diff options
author | Eric Christopher <echristo@apple.com> | 2010-09-08 22:58:35 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-09-08 22:58:35 +0000 |
commit | a88d8577e696e35bf72bbc2e5ab1f7e2002b8cc4 (patch) | |
tree | 2a54a98af14d23ff446caa4eb15a5afbf2d9a02e /lib/Target/ARM/ARMFastISel.cpp | |
parent | 7602acbf3b90af995606e199d68510b856c8e7e7 (diff) | |
download | external_llvm-a88d8577e696e35bf72bbc2e5ab1f7e2002b8cc4.zip external_llvm-a88d8577e696e35bf72bbc2e5ab1f7e2002b8cc4.tar.gz external_llvm-a88d8577e696e35bf72bbc2e5ab1f7e2002b8cc4.tar.bz2 |
Delete dead code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113436 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMFastISel.cpp')
-rw-r--r-- | lib/Target/ARM/ARMFastISel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMFastISel.cpp b/lib/Target/ARM/ARMFastISel.cpp index b3fe481..7fbb1f2 100644 --- a/lib/Target/ARM/ARMFastISel.cpp +++ b/lib/Target/ARM/ARMFastISel.cpp @@ -123,7 +123,6 @@ class ARMFastISel : public FastISel { bool ARMLoadAlloca(const Instruction *I, EVT VT); bool ARMStoreAlloca(const Instruction *I, unsigned SrcReg, EVT VT); bool ARMComputeRegOffset(const Value *Obj, unsigned &Reg, int &Offset); - bool ARMMaterializeConstant(const ConstantInt *Val, unsigned &Reg); bool DefinesOptionalPredicate(MachineInstr *MI, bool *CPSR); const MachineInstrBuilder &AddOptionalDefs(const MachineInstrBuilder &MIB); |