summaryrefslogtreecommitdiff
path: root/tools/llc
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 /tools/llc
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 'tools/llc')
-rw-r--r--tools/llc/llc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 3cc8a723f3..1d63b28b3a 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -8,7 +8,7 @@
#include "llvm/Target/Sparc.h"
#include "llvm/Target/TargetMachine.h"
#include "llvm/Transforms/Instrumentation/TraceValues.h"
-#include "llvm/Transforms/LowerAllocations.h"
+#include "llvm/Transforms/ChangeAllocations.h"
#include "llvm/Transforms/HoistPHIConstants.h"
#include "llvm/Assembly/PrintModulePass.h"
#include "llvm/Bytecode/WriteBytecodePass.h"