DemoteRegToStack got moved from DemoteRegToStack.h to Local.h
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 02:13:38 +0000 (02:13 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 02:13:38 +0000 (02:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12368 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Parallelize.cpp
lib/Transforms/IPO/LowerSetJmp.cpp
lib/Transforms/IPO/Parallelize.cpp
lib/Transforms/Utils/DemoteRegToStack.cpp

index c2451fda5259ead2ac62145edbfd71a5e7a3e03e..46bb72f836e1c250e50145d1b0e7a3c026fd0103 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Transforms/Utils/DemoteRegToStack.h"
+#include "llvm/DerivedTypes.h"
+#include "llvm/Instructions.h"
+#include "llvm/Module.h"
 #include "llvm/Analysis/PgmDependenceGraph.h"
 #include "llvm/Analysis/DataStructure.h"
 #include "llvm/Analysis/DSGraph.h"
-#include "llvm/Module.h"
-#include "llvm/Instructions.h"
-#include "llvm/DerivedTypes.h"
 #include "llvm/Support/InstVisitor.h"
+#include "llvm/Transforms/Utils/Local.h"
 #include "Support/Statistic.h"
 #include "Support/STLExtras.h"
 #include "Support/hash_set"
index f79ab0dbf7de5998caab5b3186b7f3c22b7a43c6..f5c36d99ae42aca94c2af91af5fd8cf22d681ef8 100644 (file)
@@ -42,7 +42,7 @@
 #include "llvm/Pass.h"
 #include "llvm/Support/CFG.h"
 #include "llvm/Support/InstVisitor.h"
-#include "llvm/Transforms/Utils/DemoteRegToStack.h"
+#include "llvm/Transforms/Utils/Local.h"
 #include "Support/DepthFirstIterator.h"
 #include "Support/Statistic.h"
 #include "Support/StringExtras.h"
index c2451fda5259ead2ac62145edbfd71a5e7a3e03e..46bb72f836e1c250e50145d1b0e7a3c026fd0103 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Transforms/Utils/DemoteRegToStack.h"
+#include "llvm/DerivedTypes.h"
+#include "llvm/Instructions.h"
+#include "llvm/Module.h"
 #include "llvm/Analysis/PgmDependenceGraph.h"
 #include "llvm/Analysis/DataStructure.h"
 #include "llvm/Analysis/DSGraph.h"
-#include "llvm/Module.h"
-#include "llvm/Instructions.h"
-#include "llvm/DerivedTypes.h"
 #include "llvm/Support/InstVisitor.h"
+#include "llvm/Transforms/Utils/Local.h"
 #include "Support/Statistic.h"
 #include "Support/STLExtras.h"
 #include "Support/hash_set"
index ec0b091f94c542959309e1a0bd5a2c6f3540d397..b045614d94099e951dc06baad565e17cbce48d14 100644 (file)
@@ -14,7 +14,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Transforms/Utils/DemoteRegToStack.h"
+#include "llvm/Transforms/Utils/Local.h"
 #include "llvm/Function.h"
 #include "llvm/iMemory.h"
 #include "llvm/iPHINode.h"