mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Modernize comment.
llvm-svn: 97121
This commit is contained in:
parent
772e9deb48
commit
e0601cb7f8
@ -642,7 +642,7 @@ static bool AllUsesOfValueWillTrapIfNull(Value *V,
|
||||
return false;
|
||||
} else if (isa<ICmpInst>(*UI) &&
|
||||
isa<ConstantPointerNull>(UI->getOperand(1))) {
|
||||
// Ignore setcc X, null
|
||||
// Ignore icmp X, null
|
||||
} else {
|
||||
//cerr << "NONTRAPPING USE: " << **UI;
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user