mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 22:50:55 +00:00
Modernize comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
813636a97b
commit
e7ee59b6a4
@ -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