[llvm-commits] CVS: llvm/lib/Transforms/IPO/LowerSetJmp.cpp Parallelize.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 13 20:14:21 PST 2004


Changes in directory llvm/lib/Transforms/IPO:

LowerSetJmp.cpp updated: 1.17 -> 1.18
Parallelize.cpp updated: 1.13 -> 1.14

---
Log message:

DemoteRegToStack got moved from DemoteRegToStack.h to Local.h



---
Diffs of the changes:  (+5 -5)

Index: llvm/lib/Transforms/IPO/LowerSetJmp.cpp
diff -u llvm/lib/Transforms/IPO/LowerSetJmp.cpp:1.17 llvm/lib/Transforms/IPO/LowerSetJmp.cpp:1.18
--- llvm/lib/Transforms/IPO/LowerSetJmp.cpp:1.17	Sun Feb  8 15:43:47 2004
+++ llvm/lib/Transforms/IPO/LowerSetJmp.cpp	Sat Mar 13 20:13:38 2004
@@ -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: llvm/lib/Transforms/IPO/Parallelize.cpp
diff -u llvm/lib/Transforms/IPO/Parallelize.cpp:1.13 llvm/lib/Transforms/IPO/Parallelize.cpp:1.14
--- llvm/lib/Transforms/IPO/Parallelize.cpp:1.13	Sun Feb 29 17:09:10 2004
+++ llvm/lib/Transforms/IPO/Parallelize.cpp	Sat Mar 13 20:13:38 2004
@@ -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"





More information about the llvm-commits mailing list