projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28b1dea
)
Drop unused variable
author
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 8 Sep 2008 14:22:38 +0000
(14:22 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 8 Sep 2008 14:22:38 +0000
(14:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55901
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetAsmInfo.cpp
b/lib/Target/X86/X86TargetAsmInfo.cpp
index 1ecf6a9918770c647519ba744e1c6324015f1fcb..be390c239632d5922132ca5b4d7fd5bb096604c5 100644
(file)
--- a/
lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/
lib/Target/X86/X86TargetAsmInfo.cpp
@@
-230,7
+230,6
@@
X86DarwinTargetAsmInfo::PreferredEHDataFormat(DwarfEncoding::Target Reason,
X86ELFTargetAsmInfo::X86ELFTargetAsmInfo(const X86TargetMachine &TM):
X86TargetAsmInfo(TM), ELFTargetAsmInfo(TM) {
- bool is64Bit = ETM->getSubtarget<X86Subtarget>().is64Bit();
ReadOnlySection = ".rodata";
FourByteConstantSection = "\t.section\t.rodata.cst4,\"aM\",@progbits,4";