Remove all contents of the cfg namespace to the global namespace
[oota-llvm.git] / include / llvm / Transforms / Scalar / InductionVars.h
index b8d951bb2b5954278d0e005ffe3ad6297ff5bfa1..196bb1f10a22bf1e1bb45092ac1d23e3a2d51a5a 100644 (file)
@@ -9,12 +9,12 @@
 #define LLVM_OPT_INDUCTION_VARS_H
 
 #include "llvm/Pass.h"
-namespace cfg { class IntervalPartition; }
+class IntervalPartition;
 
 struct InductionVariableCannonicalize : public FunctionPass {
   // doInductionVariableCannonicalize - Simplify induction variables in loops
   //
-  static bool doIt(Function *F, cfg::IntervalPartition &IP);
+  static bool doIt(Function *F, IntervalPartition &IP);
 
   virtual bool runOnFunction(Function *F);