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/TargetAsmInfo.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/TargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 3aa2999601..79c064c371 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -46,7 +46,6 @@ TargetAsmInfo::TargetAsmInfo() : SectionEndDirectiveSuffix(0), ConstantPoolSection("\t.section .rodata\n"), JumpTableDataSection("\t.section .rodata\n"), - JumpTableTextSection("\t.text\n"), JumpTableDirective(0), StaticCtorsSection("\t.section .ctors,\"aw\",@progbits"), StaticDtorsSection("\t.section .dtors,\"aw\",@progbits"), |