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 | 3787ee6be6ef3e67ebcfc9a0475dd8b1b5ecfeee (patch) | |
| tree | f34a49cbe1c276eb03c88a4f029b76b81487b2eb /llvm/lib/Transforms/Scalar/LowerAllocations.cpp | |
| parent | 4267cedfa54fb3cd327020cde8ca5d790061cf2a (diff) | |
| download | bcm5719-llvm-3787ee6be6ef3e67ebcfc9a0475dd8b1b5ecfeee.tar.gz bcm5719-llvm-3787ee6be6ef3e67ebcfc9a0475dd8b1b5ecfeee.zip | |
Rename LowerAllocations.h to ChangeAllocations.h since it now contains the
RaiseAllocations pass as well.
llvm-svn: 1525
Diffstat (limited to 'llvm/lib/Transforms/Scalar/LowerAllocations.cpp')
| -rw-r--r-- | llvm/lib/Transforms/Scalar/LowerAllocations.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Transforms/Scalar/LowerAllocations.cpp b/llvm/lib/Transforms/Scalar/LowerAllocations.cpp index 59323431afc..041d89fab17 100644 --- a/llvm/lib/Transforms/Scalar/LowerAllocations.cpp +++ b/llvm/lib/Transforms/Scalar/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" | 

