diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-25 20:52:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-25 20:52:54 +0000 |
commit | cba386ccac87c2446579ef235d2b4dc7951c0941 (patch) | |
tree | 6b3d38e76df098eb32c8b2080a8c1085518a2418 /lib/MC | |
parent | 18821e07a3eefad47eeb792eee46ca7f117970d5 (diff) | |
download | external_llvm-cba386ccac87c2446579ef235d2b4dc7951c0941.zip external_llvm-cba386ccac87c2446579ef235d2b4dc7951c0941.tar.gz external_llvm-cba386ccac87c2446579ef235d2b4dc7951c0941.tar.bz2 |
remove JumpTableDirective, it is always null.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94445 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC')
-rw-r--r-- | lib/MC/MCAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/MC/MCAsmInfo.cpp b/lib/MC/MCAsmInfo.cpp index c0ca7e9..0f3c46b 100644 --- a/lib/MC/MCAsmInfo.cpp +++ b/lib/MC/MCAsmInfo.cpp @@ -48,7 +48,6 @@ MCAsmInfo::MCAsmInfo() { AlignDirective = "\t.align\t"; AlignmentIsInBytes = true; TextAlignFillValue = 0; - JumpTableDirective = 0; PICJumpTableDirective = 0; GlobalDirective = "\t.globl\t"; SetDirective = 0; |