From 1a386b6a7355d63cd6bd418953e0adb4cd391bc3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 Aug 2002 17:09:49 +0000 Subject: - Do not expose ::ID from any of the analyses anymore. llvm-svn: 3417 --- llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Transforms') diff --git a/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp b/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp index caa29fdd152..3c522b53ab0 100644 --- a/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp +++ b/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp @@ -17,7 +17,6 @@ using std::vector; static RegisterOpt X("mergereturn", "Unify function exit nodes"); -AnalysisID UnifyFunctionExitNodes::ID = X; // UnifyAllExitNodes - Unify all exit nodes of the CFG by creating a new // BasicBlock, and converting all returns to unconditional branches to this -- cgit v1.2.3