From a2dc727ac4d3cd6d6826140e33eb7b54f074b9d7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Mar 2004 02:13:38 +0000 Subject: DemoteRegToStack got moved from DemoteRegToStack.h to Local.h git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12368 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/DataStructure/Parallelize.cpp | 8 ++++---- lib/Transforms/IPO/LowerSetJmp.cpp | 2 +- lib/Transforms/IPO/Parallelize.cpp | 8 ++++---- lib/Transforms/Utils/DemoteRegToStack.cpp | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/Analysis/DataStructure/Parallelize.cpp b/lib/Analysis/DataStructure/Parallelize.cpp index c2451fda52..46bb72f836 100644 --- a/lib/Analysis/DataStructure/Parallelize.cpp +++ b/lib/Analysis/DataStructure/Parallelize.cpp @@ -38,14 +38,14 @@ // //===----------------------------------------------------------------------===// -#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" diff --git a/lib/Transforms/IPO/LowerSetJmp.cpp b/lib/Transforms/IPO/LowerSetJmp.cpp index f79ab0dbf7..f5c36d99ae 100644 --- a/lib/Transforms/IPO/LowerSetJmp.cpp +++ b/lib/Transforms/IPO/LowerSetJmp.cpp @@ -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" diff --git a/lib/Transforms/IPO/Parallelize.cpp b/lib/Transforms/IPO/Parallelize.cpp index c2451fda52..46bb72f836 100644 --- a/lib/Transforms/IPO/Parallelize.cpp +++ b/lib/Transforms/IPO/Parallelize.cpp @@ -38,14 +38,14 @@ // //===----------------------------------------------------------------------===// -#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" diff --git a/lib/Transforms/Utils/DemoteRegToStack.cpp b/lib/Transforms/Utils/DemoteRegToStack.cpp index ec0b091f94..b045614d94 100644 --- a/lib/Transforms/Utils/DemoteRegToStack.cpp +++ b/lib/Transforms/Utils/DemoteRegToStack.cpp @@ -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" -- cgit v1.2.3