diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 03:27:20 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-04-22 03:27:20 +0000 |
commit | 3b1b6e626e42eb22869a28b02a463de5597f9822 (patch) | |
tree | 04d1b1ec6fa9f440cfcc35d469cc9bb4d42bc47e /include/llvm/Assembly | |
parent | 59f6449cff14d7edac319d4eab4b52b8bd858e92 (diff) | |
download | external_llvm-3b1b6e626e42eb22869a28b02a463de5597f9822.zip external_llvm-3b1b6e626e42eb22869a28b02a463de5597f9822.tar.gz external_llvm-3b1b6e626e42eb22869a28b02a463de5597f9822.tar.bz2 |
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21436 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Assembly')
-rw-r--r-- | include/llvm/Assembly/Parser.h | 2 | ||||
-rw-r--r-- | include/llvm/Assembly/Writer.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Assembly/Parser.h b/include/llvm/Assembly/Parser.h index 1950b43..d2edd66 100644 --- a/include/llvm/Assembly/Parser.h +++ b/include/llvm/Assembly/Parser.h @@ -39,7 +39,7 @@ Module *ParseAssemblyFile(const std::string &Filename);// throw (ParseException) class ParseException { public: ParseException(const std::string &filename, const std::string &message, - int LineNo = -1, int ColNo = -1); + int LineNo = -1, int ColNo = -1); ParseException(const ParseException &E); diff --git a/include/llvm/Assembly/Writer.h b/include/llvm/Assembly/Writer.h index 7c56f92..c8c09e8 100644 --- a/include/llvm/Assembly/Writer.h +++ b/include/llvm/Assembly/Writer.h @@ -41,7 +41,7 @@ std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true, bool PrintName = true, const Module *Context = 0); std::ostream &WriteAsOperand(std::ostream&, const Type*, bool PrintTy = true, - bool PrintName = true, const Module* Context = 0); + bool PrintName = true, const Module* Context = 0); } // End llvm namespace |