[llvm-commits] CVS: llvm/lib/Transforms/IPO/GlobalOpt.cpp
Chris Lattner
sabre at nondot.org
Tue Jan 30 15:46:43 PST 2007
Changes in directory llvm/lib/Transforms/IPO:
GlobalOpt.cpp updated: 1.90 -> 1.91
---
Log message:
Adjust #includes to match movement of constant folding code from transformutils to libanalysis.
---
Diffs of the changes: (+2 -2)
GlobalOpt.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Transforms/IPO/GlobalOpt.cpp
diff -u llvm/lib/Transforms/IPO/GlobalOpt.cpp:1.90 llvm/lib/Transforms/IPO/GlobalOpt.cpp:1.91
--- llvm/lib/Transforms/IPO/GlobalOpt.cpp:1.90 Tue Jan 30 17:14:52 2007
+++ llvm/lib/Transforms/IPO/GlobalOpt.cpp Tue Jan 30 17:46:24 2007
@@ -22,9 +22,9 @@
#include "llvm/IntrinsicInst.h"
#include "llvm/Module.h"
#include "llvm/Pass.h"
-#include "llvm/Support/Debug.h"
+#include "llvm/Analysis/ConstantFolding.h"
#include "llvm/Target/TargetData.h"
-#include "llvm/Transforms/Utils/Local.h"
+#include "llvm/Support/Debug.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/StringExtras.h"
#include <algorithm>
More information about the llvm-commits
mailing list