mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
NewGVN: Remove useless test in addPhiOfOps.
llvm-svn: 306702
This commit is contained in:
parent
7f5fd43f25
commit
037fdeea0f
@ -2423,7 +2423,6 @@ void NewGVN::addPhiOfOps(PHINode *Op, BasicBlock *BB,
|
||||
AllTempInstructions.insert(Op);
|
||||
PHIOfOpsPHIs[BB].push_back(Op);
|
||||
TempToBlock[Op] = BB;
|
||||
if (ExistingValue)
|
||||
RealToTemp[ExistingValue] = Op;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user