diff options
author | Chris Lattner <sabre@nondot.org> | 2002-01-22 01:04:08 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-01-22 01:04:08 +0000 |
commit | d7db863c1d03593bb633f67e76c6e9f8f0f40662 (patch) | |
tree | cdd30dd63a07aaa13fabe9ed450d1f0a2c7c0073 /lib/Transforms/Utils/LowerAllocations.cpp | |
parent | 221653f8f65cb3a32b26b67d8ca238636481e960 (diff) |
Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
RaiseAllocations pass as well.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1525 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/LowerAllocations.cpp')
-rw-r--r-- | lib/Transforms/Utils/LowerAllocations.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/LowerAllocations.cpp b/lib/Transforms/Utils/LowerAllocations.cpp index 59323431af..041d89fab1 100644 --- a/lib/Transforms/Utils/LowerAllocations.cpp +++ b/lib/Transforms/Utils/LowerAllocations.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Transforms/LowerAllocations.h" +#include "llvm/Transforms/ChangeAllocations.h" #include "llvm/Target/TargetData.h" #include "llvm/DerivedTypes.h" #include "llvm/iMemory.h" |