mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 20:57:21 +00:00
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@274051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4ca424ce9
commit
c90294dc24
@ -2099,7 +2099,7 @@ JoinVals::analyzeValue(unsigned ValNo, JoinVals &Other) {
|
|||||||
// IMPLICIT_DEF instructions behind, and there is nothing wrong with it
|
// IMPLICIT_DEF instructions behind, and there is nothing wrong with it
|
||||||
// technically.
|
// technically.
|
||||||
//
|
//
|
||||||
// WHen it happens, treat that IMPLICIT_DEF as a normal value, and don't try
|
// When it happens, treat that IMPLICIT_DEF as a normal value, and don't try
|
||||||
// to erase the IMPLICIT_DEF instruction.
|
// to erase the IMPLICIT_DEF instruction.
|
||||||
if (OtherV.ErasableImplicitDef && DefMI &&
|
if (OtherV.ErasableImplicitDef && DefMI &&
|
||||||
DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) {
|
DefMI->getParent() != Indexes->getMBBFromIndex(V.OtherVNI->def)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user