[llvm-commits] CVS: llvm/include/llvm/CodeGen/AsmPrinter.h
Duraid Madina
duraid at octopus.com.au
Sun Apr 3 07:57:46 PDT 2005
Changes in directory llvm/include/llvm/CodeGen:
AsmPrinter.h updated: 1.11 -> 1.12
---
Log message:
a wise man once said:
"!!!!!!!! IF YOU CHANGE SPACES TO TABS, YOU WILL BE KILLED!!!!!!"
---
Diffs of the changes: (+4 -4)
AsmPrinter.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/include/llvm/CodeGen/AsmPrinter.h
diff -u llvm/include/llvm/CodeGen/AsmPrinter.h:1.11 llvm/include/llvm/CodeGen/AsmPrinter.h:1.12
--- llvm/include/llvm/CodeGen/AsmPrinter.h:1.11 Sat Apr 2 06:21:51 2005
+++ llvm/include/llvm/CodeGen/AsmPrinter.h Sun Apr 3 09:57:35 2005
@@ -102,10 +102,10 @@
: O(o), TM(tm),
CommentString("#"),
GlobalPrefix(""),
- GlobalVarAddrPrefix(""),
- GlobalVarAddrSuffix(""),
- FunctionAddrPrefix(""),
- FunctionAddrSuffix(""),
+ GlobalVarAddrPrefix(""),
+ GlobalVarAddrSuffix(""),
+ FunctionAddrPrefix(""),
+ FunctionAddrSuffix(""),
ZeroDirective("\t.zero\t"),
AsciiDirective("\t.ascii\t"),
Data8bitsDirective("\t.byte\t"),
More information about the llvm-commits
mailing list