[llvm-commits] CVS: llvm/lib/Transforms/Utils/Local.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Jan 12 13:57:01 PST 2004


Changes in directory llvm/lib/Transforms/Utils:

Local.cpp updated: 1.16 -> 1.17

---
Log message:

Clean up #includes


---
Diffs of the changes:  (+1 -3)

Index: llvm/lib/Transforms/Utils/Local.cpp
diff -u llvm/lib/Transforms/Utils/Local.cpp:1.16 llvm/lib/Transforms/Utils/Local.cpp:1.17
--- llvm/lib/Transforms/Utils/Local.cpp:1.16	Mon Jan 12 13:10:58 2004
+++ llvm/lib/Transforms/Utils/Local.cpp	Mon Jan 12 13:56:36 2004
@@ -14,9 +14,7 @@
 
 #include "llvm/Transforms/Utils/Local.h"
 #include "llvm/Constants.h"
-#include "llvm/iTerminators.h"
-#include "llvm/iOperators.h"
-#include "llvm/iPHINode.h"
+#include "llvm/Instructions.h"
 using namespace llvm;
 
 //===----------------------------------------------------------------------===//





More information about the llvm-commits mailing list