mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 17:25:49 +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:
@@ -642,7 +642,7 @@ static bool AllUsesOfValueWillTrapIfNull(Value *V,
|
|||||||
return false;
|
return false;
|
||||||
} else if (isa<ICmpInst>(*UI) &&
|
} else if (isa<ICmpInst>(*UI) &&
|
||||||
isa<ConstantPointerNull>(UI->getOperand(1))) {
|
isa<ConstantPointerNull>(UI->getOperand(1))) {
|
||||||
// Ignore setcc X, null
|
// Ignore icmp X, null
|
||||||
} else {
|
} else {
|
||||||
//cerr << "NONTRAPPING USE: " << **UI;
|
//cerr << "NONTRAPPING USE: " << **UI;
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user