Modernize comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97121 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky 2010-02-25 06:39:10 +00:00
parent 813636a97b
commit e7ee59b6a4

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;