summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-23 22:04:17 +0000
committerChris Lattner <sabre@nondot.org>2002-07-23 22:04:17 +0000
commit42706e4decd180a93a5b97c963c2c80fb45a7a06 (patch)
treee3bae3ccf86c4ae447ead153620a47a1016f6ae3 /llvm/lib/Transforms
parent5afe2f2ccdb4c91a8af6f2205dfdb4ee45ea050c (diff)
downloadbcm5719-llvm-42706e4decd180a93a5b97c963c2c80fb45a7a06.tar.gz
bcm5719-llvm-42706e4decd180a93a5b97c963c2c80fb45a7a06.zip
Merge ChangeAllocations into scalar.h
llvm-svn: 3038
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/IPO/RaiseAllocations.cpp2
-rw-r--r--llvm/lib/Transforms/Scalar/LowerAllocations.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/IPO/RaiseAllocations.cpp b/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
index 083be039e2a..fae1767a3e5 100644
--- a/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
+++ b/llvm/lib/Transforms/IPO/RaiseAllocations.cpp
@@ -5,7 +5,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Transforms/ChangeAllocations.h"
+#include "llvm/Transforms/Scalar.h"
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
#include "llvm/Module.h"
#include "llvm/Function.h"
diff --git a/llvm/lib/Transforms/Scalar/LowerAllocations.cpp b/llvm/lib/Transforms/Scalar/LowerAllocations.cpp
index a50cd8a5d11..486061fdf73 100644
--- a/llvm/lib/Transforms/Scalar/LowerAllocations.cpp
+++ b/llvm/lib/Transforms/Scalar/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"
OpenPOWER on IntegriCloud