Modernize comment.

llvm-svn: 97121
This commit is contained in:
Nick Lewycky 2010-02-25 06:39:10 +00:00
parent dc835c4361
commit 614fb949b9
1 changed files with 1 additions and 1 deletions

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;