projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fcd8d8
)
Fix compatibility with MSVC, patch by Morten Ofstad
author
Chris Lattner
<sabre@nondot.org>
Mon, 25 Oct 2004 18:45:16 +0000
(18:45 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 25 Oct 2004 18:45:16 +0000
(18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17218
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/PRE.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/PRE.cpp
b/lib/Transforms/Scalar/PRE.cpp
index f8752336b2e16691f5308fc0a648d1fa945f7975..15884b6c76177c91a4c76c8b36b0bab8bd4c1621 100644
(file)
--- a/
lib/Transforms/Scalar/PRE.cpp
+++ b/
lib/Transforms/Scalar/PRE.cpp
@@
-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 {