RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
[oota-llvm.git] / lib / Target / TargetMachine.cpp
index 19819b886c11e38e794e4d1bfd3a430172dc1e34..b4969ca011b71b2c4c016b49917eb64d5f2f5498 100644 (file)
@@ -22,8 +22,6 @@ using namespace llvm;
 //
 
 namespace llvm {
-  bool StrongPHIElim;
-  bool EnableMachineSched;
   bool HasDivModLibcall;
   bool AsmVerbosityDefault(false);
 }