diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-14 21:00:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-14 21:00:02 +0000 |
commit | 30e2cc254be72601b11383dda01f495741ffd56c (patch) | |
tree | 356f3ac707b364a9aed5e0c6594b03b58334e5e4 /lib/Target/ARM/ARM.h | |
parent | 1612a619f18cbb328df5b2d8d268dd5e02a4a483 (diff) |
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/ARM.h')
-rw-r--r-- | lib/Target/ARM/ARM.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.h b/lib/Target/ARM/ARM.h index a21757d393..f0141b813b 100644 --- a/lib/Target/ARM/ARM.h +++ b/lib/Target/ARM/ARM.h @@ -54,7 +54,8 @@ FunctionPass *createThumb2SizeReductionPass(); extern Target TheARMTarget, TheThumbTarget; -void LowerToMCInst(const MachineInstr *MI, MCInst &OutMI, AsmPrinter &AP); +void LowerARMMachineInstrToMCInst(const MachineInstr *MI, MCInst &OutMI, + AsmPrinter &AP); } // end namespace llvm; |