* Clean up code a little bit
[oota-llvm.git] / lib / Transforms / Scalar / ConstantProp.cpp
index 025b8a79b238253d16d5e52a558e92f6c2606d2c..5da909e2020bc68ddaa04894ff7f84fdcf3b1067 100644 (file)
@@ -31,7 +31,7 @@ namespace {
     }
   };
 
-RegisterPass<ConstantPropogation> X("constprop", "Simple constant propogation");
+  RegisterOpt<ConstantPropogation> X("constprop","Simple constant propogation");
 }
 
 Pass *createConstantPropogationPass() {