1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

Modernize comment.

llvm-svn: 97121
This commit is contained in:
Nick Lewycky 2010-02-25 06:39:10 +00:00
parent 772e9deb48
commit e0601cb7f8

View File

@ -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;