mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
Remove an incorrect check.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37948 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f664e41b20
commit
6a6152ca2d
@ -1659,11 +1659,6 @@ unsigned GVNPRE::insertion_mergepoint(std::vector<Value*>& workList,
|
||||
for (pred_iterator PI = pred_begin(BB), PE = pred_end(BB); PI != PE;
|
||||
++PI) {
|
||||
Value *e2 = phi_translate(e, *PI, BB);
|
||||
if (find_leader(anticipatedIn[*PI], VN.lookup(e2)) == 0) {
|
||||
by_some = false;
|
||||
break;
|
||||
}
|
||||
|
||||
Value *e3 = find_leader(availableOut[*PI], VN.lookup(e2));
|
||||
|
||||
if (e3 == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user