mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-27 12:26:08 +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:
@@ -1013,8 +1013,8 @@ unsigned GVNPRE::buildsets(Function& F) {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
unsigned ret = buildsets_anticin(BB, anticOut, generatedTemporaries[BB],
|
unsigned ret = buildsets_anticin(BB, anticOut,generatedExpressions[BB],
|
||||||
generatedExpressions[BB], visited);
|
generatedTemporaries[BB], visited);
|
||||||
|
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
changed = true;
|
changed = true;
|
||||||
|
Reference in New Issue
Block a user