[mips] Make load/store accumulator pseudo instructions codeGenOnly. Also,
[oota-llvm.git] / lib / Target / TargetMachine.cpp
index e7282519d597f5d0b5e9b6ecf026c77852d91871..df4a03c9e8ba964e1a6fcc78de06ee735f6557f7 100644 (file)
@@ -78,7 +78,6 @@ void TargetMachine::resetTargetOptions(const MachineFunction *MF) const {
   } while (0)
 
   RESET_OPTION(NoFramePointerElim, "no-frame-pointer-elim");
-  RESET_OPTION(NoFramePointerElimNonLeaf, "no-frame-pointer-elim-non-leaf");
   RESET_OPTION(LessPreciseFPMADOption, "less-precise-fpmad");
   RESET_OPTION(UnsafeFPMath, "unsafe-fp-math");
   RESET_OPTION(NoInfsFPMath, "no-infs-fp-math");