diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-07-18 01:43:53 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-07-18 01:43:53 +0000 |
commit | 3837b64f4152bd074013c19b024b94ff52157a65 (patch) | |
tree | e25d373dbc3c2e0634b4fb98a41e1de386ee2e03 /lib | |
parent | 8fdedc0918229cfa887b82f8e0316a52ae1b0228 (diff) |
Revert 76177 for now. It's messing up ARM asm printing. Also this significant debate about its efficiency.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76279 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 5b7ddbfa4a..5236786dda 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -45,8 +45,6 @@ TargetAsmInfo::TargetAsmInfo(const TargetMachine &tm) SeparatorChar = ';'; CommentColumn = 60; CommentString = "#"; - FirstOperandColumn = 0; - MaxOperandLength = 0; GlobalPrefix = ""; PrivateGlobalPrefix = "."; LessPrivateGlobalPrefix = ""; |