Delete dead code.
authorEric Christopher <echristo@apple.com>
Wed, 8 Sep 2010 22:58:35 +0000 (22:58 +0000)
committerEric Christopher <echristo@apple.com>
Wed, 8 Sep 2010 22:58:35 +0000 (22:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113436 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMFastISel.cpp

index b3fe4816755308077ebebef22895258102f7934a..7fbb1f2380d8b427a7f82f1ea09335d3122a38f9 100644 (file)
@@ -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);