From 7f8897f22e88271cfa114998a4d6088e7c8e8e11 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Aug 2006 22:42:52 +0000 Subject: eliminate RegisterOpt. It does the same thing as RegisterPass. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29925 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Instrumentation/EmitFunctions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Transforms/Instrumentation/EmitFunctions.cpp') diff --git a/lib/Transforms/Instrumentation/EmitFunctions.cpp b/lib/Transforms/Instrumentation/EmitFunctions.cpp index a49129399d..05c3419e29 100644 --- a/lib/Transforms/Instrumentation/EmitFunctions.cpp +++ b/lib/Transforms/Instrumentation/EmitFunctions.cpp @@ -40,7 +40,7 @@ namespace { bool runOnModule(Module &M); }; - RegisterOpt + RegisterPass X("emitfuncs", "Emit a function table for the reoptimizer"); } -- cgit v1.2.3-70-g09d2