mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
GVN-hoist: fix typo
llvm-svn: 282165
This commit is contained in:
parent
3d1c3fcd78
commit
8b7ceb1130
@ -892,7 +892,7 @@ private:
|
||||
break;
|
||||
|
||||
// Do not value number terminator instructions.
|
||||
if (!isa<TerminatorInst>(&I1))
|
||||
if (isa<TerminatorInst>(&I1))
|
||||
break;
|
||||
|
||||
if (auto *Load = dyn_cast<LoadInst>(&I1))
|
||||
|
Loading…
x
Reference in New Issue
Block a user