a wise man once said:
authorDuraid Madina <duraid@octopus.com.au>
Sun, 3 Apr 2005 14:57:35 +0000 (14:57 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Sun, 3 Apr 2005 14:57:35 +0000 (14:57 +0000)
"!!!!!!!! IF YOU CHANGE SPACES TO TABS, YOU WILL BE KILLED!!!!!!"

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21062 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/AsmPrinter.h

index f31b7919d15eb5dd537c10f185d9da6c511e3ba3..512cae792788b37a3fc1b8d35eb4e1c2ae552d1d 100644 (file)
@@ -102,10 +102,10 @@ namespace llvm {
       : 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"),