From: Chris Lattner Date: Tue, 23 Jul 2002 22:04:17 +0000 (+0000) Subject: Merge ChangeAllocations into scalar.h X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e9ee3e5a75beca33e18eba793980b1166d73f8e5;p=oota-llvm.git Merge ChangeAllocations into scalar.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3038 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/IPO/RaiseAllocations.cpp b/lib/Transforms/IPO/RaiseAllocations.cpp index 083be039e2a..fae1767a3e5 100644 --- a/lib/Transforms/IPO/RaiseAllocations.cpp +++ b/lib/Transforms/IPO/RaiseAllocations.cpp @@ -5,7 +5,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Transforms/ChangeAllocations.h" +#include "llvm/Transforms/Scalar.h" #include "llvm/Transforms/Utils/BasicBlockUtils.h" #include "llvm/Module.h" #include "llvm/Function.h" diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp index a50cd8a5d11..486061fdf73 100644 --- a/lib/Transforms/Utils/LowerAllocations.cpp +++ b/lib/Transforms/Utils/LowerAllocations.cpp @@ -5,7 +5,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Transforms/ChangeAllocations.h" +#include "llvm/Transforms/Scalar.h" #include "llvm/Module.h" #include "llvm/Function.h" #include "llvm/BasicBlock.h"