mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-06 10:58:04 +00:00
Fix a silly mistake that was causing failures.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f107befaf1
commit
79a6370133
@ -1013,8 +1013,8 @@ unsigned GVNPRE::buildsets(Function& F) {
|
||||
|
||||
|
||||
|
||||
unsigned ret = buildsets_anticin(BB, anticOut, generatedTemporaries[BB],
|
||||
generatedExpressions[BB], visited);
|
||||
unsigned ret = buildsets_anticin(BB, anticOut,generatedExpressions[BB],
|
||||
generatedTemporaries[BB], visited);
|
||||
|
||||
if (ret == 0) {
|
||||
changed = true;
|
||||
|
Loading…
Reference in New Issue
Block a user