[llvm-commits] CVS: llvm/lib/Transforms/Scalar/PRE.cpp
Chris Lattner
lattner at cs.uiuc.edu
Mon Oct 25 11:45:27 PDT 2004
Changes in directory llvm/lib/Transforms/Scalar:
PRE.cpp updated: 1.11 -> 1.12
---
Log message:
Fix compatibility with MSVC, patch by Morten Ofstad
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/Transforms/Scalar/PRE.cpp
diff -u llvm/lib/Transforms/Scalar/PRE.cpp:1.11 llvm/lib/Transforms/Scalar/PRE.cpp:1.12
--- llvm/lib/Transforms/Scalar/PRE.cpp:1.11 Wed Sep 1 17:55:36 2004
+++ llvm/lib/Transforms/Scalar/PRE.cpp Mon Oct 25 13:45:16 2004
@@ -34,6 +34,7 @@
#include "llvm/ADT/PostOrderIterator.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/hash_set"
+#include "llvm/ADT/hash_map"
using namespace llvm;
namespace {
More information about the llvm-commits
mailing list