Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
authorChris Lattner <sabre@nondot.org>
Tue, 22 Jan 2002 01:04:08 +0000 (01:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Jan 2002 01:04:08 +0000 (01:04 +0000)
RaiseAllocations pass as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1525 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/LowerAllocations.cpp
tools/gccas/gccas.cpp
tools/llc/llc.cpp
tools/opt/opt.cpp

index 59323431afc7dc6f1cf8a9770ef3421d88bda3c7..041d89fab17691ad35179ae9c4bdfedbd7d3d5f9 100644 (file)
@@ -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"
index 211b4cf4592e3dd188ec69e5d539ca1350d856ef..fffcdab5e56d3b865fe296fd51f24f90c4d0afe9 100644 (file)
@@ -12,7 +12,7 @@
 #include "llvm/Transforms/CleanupGCCOutput.h"
 #include "llvm/Transforms/LevelChange.h"
 #include "llvm/Transforms/ConstantMerge.h"
-#include "llvm/Transforms/LowerAllocations.h"
+#include "llvm/Transforms/ChangeAllocations.h"
 #include "llvm/Transforms/Scalar/DCE.h"
 #include "llvm/Transforms/Scalar/IndVarSimplify.h"
 #include "llvm/Transforms/Scalar/InstructionCombining.h"
index 3cc8a723f3d297151c615ce4d724674363afde27..1d63b28b3a273c9a150079e296b2b810042094d1 100644 (file)
@@ -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"
index 60c8683b65a4f45e17d869d5ce4b1e3440e2e2c3..6cbf25111bf9d1eb71b899ddba509f2bd61d8569 100644 (file)
@@ -15,7 +15,7 @@
 #include "llvm/Transforms/LevelChange.h"
 #include "llvm/Transforms/MethodInlining.h"
 #include "llvm/Transforms/SymbolStripping.h"
-#include "llvm/Transforms/LowerAllocations.h"
+#include "llvm/Transforms/ChangeAllocations.h"
 #include "llvm/Transforms/IPO/SimpleStructMutation.h"
 #include "llvm/Transforms/IPO/GlobalDCE.h"
 #include "llvm/Transforms/Scalar/DCE.h"