summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2006-07-27 01:13:04 +0000
committerNate Begeman <natebegeman@mac.com>2006-07-27 01:13:04 +0000
commit787565024a4af20e1599adf3c1ca6f1451bcc679 (patch)
tree53598647c7cdbc013b61b44cc8ba4216b35d3b01 /llvm/lib/Target/X86/X86AsmPrinter.cpp
parentc169b8798fc7492f447fba6e853ae55ae799d29c (diff)
downloadbcm5719-llvm-787565024a4af20e1599adf3c1ca6f1451bcc679.tar.gz
bcm5719-llvm-787565024a4af20e1599adf3c1ca6f1451bcc679.zip
Support jump tables when in PIC relocation model
llvm-svn: 29318
Diffstat (limited to 'llvm/lib/Target/X86/X86AsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/X86/X86AsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86AsmPrinter.cpp b/llvm/lib/Target/X86/X86AsmPrinter.cpp
index 069b04751a8..2c4b1107b00 100644
--- a/llvm/lib/Target/X86/X86AsmPrinter.cpp
+++ b/llvm/lib/Target/X86/X86AsmPrinter.cpp
@@ -62,7 +62,7 @@ bool X86SharedAsmPrinter::doInitialization(Module &M) {
ZeroDirective = "\t.space\t"; // ".space N" emits N zeros.
PrivateGlobalPrefix = "L"; // Marker for constant pool idxs
ConstantPoolSection = "\t.const\n";
- JumpTableSection = "\t.const\n"; // FIXME: depends on PIC mode
+ JumpTableDataSection = "\t.const\n"; // FIXME: depends on PIC mode
FourByteConstantSection = "\t.literal4\n";
EightByteConstantSection = "\t.literal8\n";
LCOMMDirective = "\t.lcomm\t";
OpenPOWER on IntegriCloud