summaryrefslogtreecommitdiff
path: root/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
commit30e2cc254be72601b11383dda01f495741ffd56c (patch)
tree356f3ac707b364a9aed5e0c6594b03b58334e5e4 /lib/Target/ARM/ARMMCInstLower.cpp
parent1612a619f18cbb328df5b2d8d268dd5e02a4a483 (diff)
downloadllvm-30e2cc254be72601b11383dda01f495741ffd56c.tar.gz
llvm-30e2cc254be72601b11383dda01f495741ffd56c.tar.bz2
llvm-30e2cc254be72601b11383dda01f495741ffd56c.tar.xz
rename LowerToMCInst -> LowerARMMachineInstrToMCInst.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119071 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMMCInstLower.cpp')
-rw-r--r--lib/Target/ARM/ARMMCInstLower.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMMCInstLower.cpp b/lib/Target/ARM/ARMMCInstLower.cpp
index 6e7fa47c52..a43895745f 100644
--- a/lib/Target/ARM/ARMMCInstLower.cpp
+++ b/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) {