aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-07 23:16:27 +0000
committerChris Lattner <sabre@nondot.org>2009-08-07 23:16:27 +0000
commitdb0a9706e76fde6f3076f2baa1cb5bd0e47c8ee3 (patch)
treebf0f991568421e99b8aa986155262b3234119535 /lib/Target
parent59e8677b1927e9e1573ce94defc35537dfa7ae64 (diff)
downloadexternal_llvm-db0a9706e76fde6f3076f2baa1cb5bd0e47c8ee3.zip
external_llvm-db0a9706e76fde6f3076f2baa1cb5bd0e47c8ee3.tar.gz
external_llvm-db0a9706e76fde6f3076f2baa1cb5bd0e47c8ee3.tar.bz2
remove a bunch of now-dead crud from the asmprinter and TAI interfaces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78428 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/TargetAsmInfo.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp
index 5f20ea0..b59e140 100644
--- a/lib/Target/TargetAsmInfo.cpp
+++ b/lib/Target/TargetAsmInfo.cpp
@@ -26,8 +26,6 @@ TargetAsmInfo::TargetAsmInfo() {
SeparatorChar = ';';
CommentColumn = 60;
CommentString = "#";
- FirstOperandColumn = 0;
- MaxOperandLength = 0;
GlobalPrefix = "";
PrivateGlobalPrefix = ".";
LinkerPrivateGlobalPrefix = "";