[llvm-commits] CVS: llvm/include/llvm/Assembly/Parser.h Writer.h
Misha Brukman
brukman at cs.uiuc.edu
Thu Apr 21 20:27:14 PDT 2005
Changes in directory llvm/include/llvm/Assembly:
Parser.h updated: 1.10 -> 1.11
Writer.h updated: 1.31 -> 1.32
---
Log message:
Convert tabs to spaces
---
Diffs of the changes: (+2 -2)
Parser.h | 2 +-
Writer.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/include/llvm/Assembly/Parser.h
diff -u llvm/include/llvm/Assembly/Parser.h:1.10 llvm/include/llvm/Assembly/Parser.h:1.11
--- llvm/include/llvm/Assembly/Parser.h:1.10 Thu Apr 21 15:19:05 2005
+++ llvm/include/llvm/Assembly/Parser.h Thu Apr 21 22:27:03 2005
@@ -39,7 +39,7 @@
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);
Index: llvm/include/llvm/Assembly/Writer.h
diff -u llvm/include/llvm/Assembly/Writer.h:1.31 llvm/include/llvm/Assembly/Writer.h:1.32
--- llvm/include/llvm/Assembly/Writer.h:1.31 Thu Apr 21 15:19:05 2005
+++ llvm/include/llvm/Assembly/Writer.h Thu Apr 21 22:27:03 2005
@@ -41,7 +41,7 @@
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
More information about the llvm-commits
mailing list