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 | 5838af54bfc0c1a45f75df571ef56e0ba075313b (patch) | |
tree | 02636aa6a4d60a2785f60a9d3013b626c2d1c01d /llvm/lib/Target/ARM/ARMFastISel.cpp | |
parent | 722cd122dcb87a5330b72085e21881f985259ab5 (diff) | |
download | bcm5719-llvm-5838af54bfc0c1a45f75df571ef56e0ba075313b.tar.gz bcm5719-llvm-5838af54bfc0c1a45f75df571ef56e0ba075313b.zip |
Delete dead code.
llvm-svn: 113436
Diffstat (limited to 'llvm/lib/Target/ARM/ARMFastISel.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMFastISel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMFastISel.cpp b/llvm/lib/Target/ARM/ARMFastISel.cpp index b3fe4816755..7fbb1f2380d 100644 --- a/llvm/lib/Target/ARM/ARMFastISel.cpp +++ b/llvm/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); |