diff options
author | Chris Lattner <sabre@nondot.org> | 2002-07-23 22:04:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-07-23 22:04:17 +0000 |
commit | e9ee3e5a75beca33e18eba793980b1166d73f8e5 (patch) | |
tree | 46621654dbe3ce810aae63eb401a5ad7427bbcce /lib/Transforms/Utils/LowerAllocations.cpp | |
parent | ff1be262c4b99053677da61e3437d7adcaa6f326 (diff) |
Merge ChangeAllocations into scalar.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3038 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 a50cd8a5d1..486061fdf7 100644 --- a/lib/Transforms/Utils/LowerAllocations.cpp +++ b/lib/Transforms/Utils/LowerAllocations.cpp @@ -5,7 +5,7 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Transforms/ChangeAllocations.h" +#include "llvm/Transforms/Scalar.h" #include "llvm/Module.h" #include "llvm/Function.h" #include "llvm/BasicBlock.h" |