summaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-22 01:04:08 +0000
committerChris Lattner <sabre@nondot.org>2002-01-22 01:04:08 +0000
commitd7db863c1d03593bb633f67e76c6e9f8f0f40662 (patch)
treecdd30dd63a07aaa13fabe9ed450d1f0a2c7c0073 /lib/Transforms
parent221653f8f65cb3a32b26b67d8ca238636481e960 (diff)
downloadllvm-d7db863c1d03593bb633f67e76c6e9f8f0f40662.tar.gz
llvm-d7db863c1d03593bb633f67e76c6e9f8f0f40662.tar.bz2
llvm-d7db863c1d03593bb633f67e76c6e9f8f0f40662.tar.xz
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')
-rw-r--r--lib/Transforms/Utils/LowerAllocations.cpp2
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"