aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-04-03 14:57:35 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-04-03 14:57:35 +0000
commit664044b2bddc82ed26e7a71015a084c75a645e50 (patch)
tree9755f93a2d5475644d882495b8f2b663116e1210 /include/llvm/CodeGen
parent162a837f638c62e88be64a055a504424e760c86e (diff)
downloadexternal_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.h8
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"),