diff options
author | Chris Lattner <sabre@nondot.org> | 2006-10-05 03:13:59 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-10-05 03:13:59 +0000 |
commit | a66ba5f70ba15370fd68a84ccaf220d60f7d1b95 (patch) | |
tree | 3438697f6fc91553613ad398346ed8a82c0a3a6a /lib/Target/Alpha/AlphaTargetAsmInfo.cpp | |
parent | e08d6e915eba62bacc4441b3d4b24bbed67cd6a0 (diff) |
Don't bother setting JumpTableTextSection, it is about to disappear
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Alpha/AlphaTargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/Alpha/AlphaTargetAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp index ed8f6cbe4a..f9e4c4e67f 100644 --- a/lib/Target/Alpha/AlphaTargetAsmInfo.cpp +++ b/lib/Target/Alpha/AlphaTargetAsmInfo.cpp @@ -19,5 +19,4 @@ AlphaTargetAsmInfo::AlphaTargetAsmInfo(const AlphaTargetMachine &TM) { AlignmentIsInBytes = false; PrivateGlobalPrefix = "$"; JumpTableDirective = ".gprel32"; - JumpTableTextSection = "\t.section .rodata\n"; } |