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:
be9dfce
)
don't emit constant pools twice.
author
Chris Lattner
<sabre@nondot.org>
Thu, 28 Jan 2010 00:15:18 +0000
(
00:15
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 28 Jan 2010 00:15:18 +0000
(
00:15
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94706
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
b/lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
index 5d98dcdaf8b7b01c5c276696fbb68d737afbf318..3064f77e5c8fc4ee26b6cf24bbac926885b4b48f 100644
(file)
--- a/
lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
+++ b/
lib/Target/MSP430/AsmPrinter/MSP430AsmPrinter.cpp
@@
-110,7
+110,6
@@
bool MSP430AsmPrinter::runOnMachineFunction(MachineFunction &MF) {
O << "\t.size\t" << *CurrentFnSym << ", .-" << *CurrentFnSym << '\n';
// Print out constants referenced by the function
- EmitConstantPool(MF.getConstantPool());
EmitJumpTableInfo(MF);
// We didn't modify anything