From c3c8703c3bf0d4fff3420ee3ce00caea992a354c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Mar 2004 02:32:27 +0000 Subject: [PATCH] Move to the IPO library. Utils shouldn't contain passes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12372 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/{Utils => IPO}/LoopExtractor.cpp | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename lib/Transforms/{Utils => IPO}/LoopExtractor.cpp (100%) diff --git a/lib/Transforms/Utils/LoopExtractor.cpp b/lib/Transforms/IPO/LoopExtractor.cpp similarity index 100% rename from lib/Transforms/Utils/LoopExtractor.cpp rename to lib/Transforms/IPO/LoopExtractor.cpp