From 80e43fa74494ce1adbc727b4b5f1541da2c0c555 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 20 Mar 2008 02:25:21 +0000 Subject: Restore isCFGOnly property of various analysis passes. llvm-svn: 48579 --- llvm/lib/Analysis/LoopInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Analysis/LoopInfo.cpp') diff --git a/llvm/lib/Analysis/LoopInfo.cpp b/llvm/lib/Analysis/LoopInfo.cpp index e067c176..1b04f06 100644 --- a/llvm/lib/Analysis/LoopInfo.cpp +++ b/llvm/lib/Analysis/LoopInfo.cpp @@ -29,7 +29,7 @@ using namespace llvm; char LoopInfo::ID = 0; static RegisterPass -X("loops", "Natural Loop Construction", true, true); +X("loops", "Natural Loop Construction", false, true); //===----------------------------------------------------------------------===// // Loop implementation -- cgit v1.1