Merge ChangeAllocations into scalar.h
authorChris Lattner <sabre@nondot.org>
Tue, 23 Jul 2002 22:04:17 +0000 (22:04 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 23 Jul 2002 22:04:17 +0000 (22:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3038 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/RaiseAllocations.cpp
lib/Transforms/Utils/LowerAllocations.cpp

index 083be039e2a2ede3ec22bc147814217077f9c63c..fae1767a3e5300cef7e6d4cdf789a93fe1b0b66e 100644 (file)
@@ -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"
index a50cd8a5d11db2263b5272dfece787c213a9fe9a..486061fdf738f1b3a2918ea5e5b6b27c2286958f 100644 (file)
@@ -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"