summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-10-20 00:52:47 +0000
committerChris Lattner <sabre@nondot.org>2009-10-20 00:52:47 +0000
commit1b06acbd70296fa2f0f7ec46f526d6fccee11b21 (patch)
tree273891655a51198813a64ed5291d44d60843e303 /llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
parent85ab6706448031a11493f9d9ec7df643a6ee3ff5 (diff)
downloadbcm5719-llvm-1b06acbd70296fa2f0f7ec46f526d6fccee11b21.tar.gz
bcm5719-llvm-1b06acbd70296fa2f0f7ec46f526d6fccee11b21.zip
get fancy: support basic block operands. Yay for jumps.
llvm-svn: 84579
Diffstat (limited to 'llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
index 48f34859c55..af2706a5451 100644
--- a/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
+++ b/llvm/lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
@@ -1311,7 +1311,7 @@ extern "C" void LLVMInitializeARMAsmPrinter() {
//===----------------------------------------------------------------------===//
void ARMAsmPrinter::printInstructionThroughMCStreamer(const MachineInstr *MI) {
- ARMMCInstLower MCInstLowering(OutContext, *Mang, getFunctionNumber(), *MAI);
+ ARMMCInstLower MCInstLowering(OutContext, *Mang, *this);
switch (MI->getOpcode()) {
default: break;
case TargetInstrInfo::DBG_LABEL:
OpenPOWER on IntegriCloud