Dead variable
authorChris Lattner <sabre@nondot.org>
Fri, 12 May 2006 21:12:22 +0000 (21:12 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 May 2006 21:12:22 +0000 (21:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28265 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index b771144805e86cfac460712c5e3e3433e0871aa6..9962aeac7e9d6a031ed0ed8c8b110b475dcd9caa 100644 (file)
@@ -524,7 +524,6 @@ void X86TargetLowering::PreprocessCCCArguments(std::vector<SDOperand>Args,
 void X86TargetLowering::LowerCCCArguments(SDOperand Op, SelectionDAG &DAG) {
   unsigned NumArgs = Op.Val->getNumValues();
   MachineFunction &MF = DAG.getMachineFunction();
-  MachineFrameInfo *MFI = MF.getFrameInfo();
 
   for (unsigned i = 0; i < NumArgs; ++i) {
     std::pair<FALocInfo, FALocInfo> Loc = FormalArgLocs[i];
@@ -1046,7 +1045,6 @@ void
 X86TargetLowering::LowerFastCCArguments(SDOperand Op, SelectionDAG &DAG) {
   unsigned NumArgs = Op.Val->getNumValues();
   MachineFunction &MF = DAG.getMachineFunction();
-  MachineFrameInfo *MFI = MF.getFrameInfo();
 
   for (unsigned i = 0; i < NumArgs; ++i) {
     MVT::ValueType VT = Op.Val->getValueType(i);