diff options
author | Duraid Madina <duraid@octopus.com.au> | 2005-04-03 14:57:35 +0000 |
---|---|---|
committer | Duraid Madina <duraid@octopus.com.au> | 2005-04-03 14:57:35 +0000 |
commit | 664044b2bddc82ed26e7a71015a084c75a645e50 (patch) | |
tree | 9755f93a2d5475644d882495b8f2b663116e1210 /include/llvm/CodeGen | |
parent | 162a837f638c62e88be64a055a504424e760c86e (diff) | |
download | external_llvm-664044b2bddc82ed26e7a71015a084c75a645e50.zip external_llvm-664044b2bddc82ed26e7a71015a084c75a645e50.tar.gz external_llvm-664044b2bddc82ed26e7a71015a084c75a645e50.tar.bz2 |
a wise man once said:
"!!!!!!!! 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
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r-- | include/llvm/CodeGen/AsmPrinter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/CodeGen/AsmPrinter.h b/include/llvm/CodeGen/AsmPrinter.h index f31b791..512cae7 100644 --- a/include/llvm/CodeGen/AsmPrinter.h +++ b/include/llvm/CodeGen/AsmPrinter.h @@ -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"), |