eliminate RegisterOpt. It does the same thing as RegisterPass.
llvm-svn: 29925
This commit is contained in:
@@ -31,7 +31,7 @@ namespace {
|
||||
bool runOnModule(Module &M);
|
||||
};
|
||||
|
||||
RegisterOpt<TraceBasicBlocks> X("trace-basic-blocks",
|
||||
RegisterPass<TraceBasicBlocks> X("trace-basic-blocks",
|
||||
"Insert instrumentation for basic block tracing");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user