aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMMCInstLower.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-14 21:00:02 +0000
committerChris Lattner <sabre@nondot.org>2010-11-14 21:00:02 +0000
commitde16ca8ecc2a397984864c2d5fb2e056af4c8600 (patch)
tree4739ecab66164c13bb9a0babb3ddb59f2b81a235 /llvm/lib/Target/ARM/ARMMCInstLower.cpp
parentc5afd125574886efd40d08bf8b7f5525e6d98d38 (diff)
downloadllvm-de16ca8ecc2a397984864c2d5fb2e056af4c8600.zip
llvm-de16ca8ecc2a397984864c2d5fb2e056af4c8600.tar.gz
llvm-de16ca8ecc2a397984864c2d5fb2e056af4c8600.tar.bz2
rename LowerToMCInst -> LowerARMMachineInstrToMCInst.
llvm-svn: 119071
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMCInstLower.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMMCInstLower.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMMCInstLower.cpp b/llvm/lib/Target/ARM/ARMMCInstLower.cpp
index 6e7fa47..a438957 100644
--- a/llvm/lib/Target/ARM/ARMMCInstLower.cpp
+++ b/llvm/lib/Target/ARM/ARMMCInstLower.cpp
@@ -54,7 +54,8 @@ static MCOperand GetSymbolRef(const MachineOperand &MO, const MCSymbol *Symbol,
}
-void llvm::LowerToMCInst(const MachineInstr *MI, MCInst &OutMI, AsmPrinter &AP){
+void llvm::LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI,
+ AsmPrinter &AP){
OutMI.setOpcode(MI->getOpcode());
for (unsigned i = 0, e = MI->getNumOperands(); i != e; ++i) {