* Add support for different "PassType's"
[oota-llvm.git] / lib / Transforms / Instrumentation / EmitFunctions.cpp
index 3506cb90566c447e434a5ee18af4b36794102fc8..0218a146a694a048ff7fb24a3f26604565816f14 100644 (file)
@@ -17,7 +17,7 @@ namespace {
     bool run(Module &M);
   };
   
-  RegisterPass<EmitFunctionTable> X("emitfuncs", "Emit a Function Table");
+  RegisterOpt<EmitFunctionTable> X("emitfuncs", "Emit a Function Table");
 }
 
 // Create a new pass to add function table