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:
f107bef
)
Fix a silly mistake that was causing failures.
author
Owen Anderson
<resistor@mac.com>
Sun, 24 Jun 2007 08:42:24 +0000
(08:42 +0000)
committer
Owen Anderson
<resistor@mac.com>
Sun, 24 Jun 2007 08:42:24 +0000
(08:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37712
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Scalar/GVNPRE.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Scalar/GVNPRE.cpp
b/lib/Transforms/Scalar/GVNPRE.cpp
index b3970c97d2f2cc11288499ed442d11766ad2fd0a..21e118a5c5d30663915ffd2d40ffad28710f5082 100644
(file)
--- a/
lib/Transforms/Scalar/GVNPRE.cpp
+++ b/
lib/Transforms/Scalar/GVNPRE.cpp
@@
-1013,8
+1013,8
@@
unsigned GVNPRE::buildsets(Function& F) {
- unsigned ret = buildsets_anticin(BB, anticOut,
generatedTemporaries[BB],
-
generatedExpression
s[BB], visited);
+ unsigned ret = buildsets_anticin(BB, anticOut,
generatedExpressions[BB],
+
generatedTemporarie
s[BB], visited);
if (ret == 0) {
changed = true;