Make all pointers to TargetRegisterClass const since they are all pointers to static...
[oota-llvm.git] / lib / Target / TargetMachine.cpp
index fb7bbbbe2e4eb6ccba459eefe7f2780059818f04..b4969ca011b71b2c4c016b49917eb64d5f2f5498 100644 (file)
@@ -22,7 +22,6 @@ using namespace llvm;
 //
 
 namespace llvm {
-  bool StrongPHIElim;
   bool HasDivModLibcall;
   bool AsmVerbosityDefault(false);
 }
@@ -35,7 +34,7 @@ static cl::opt<bool>
 FunctionSections("ffunction-sections",
   cl::desc("Emit functions into separate sections"),
   cl::init(false));
-                         
+
 //---------------------------------------------------------------------------
 // TargetMachine Class
 //