From e0601cb7f8de8e0a503fe9f6fa3a2a702f720b7d Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Thu, 25 Feb 2010 06:39:10 +0000 Subject: [PATCH] Modernize comment. llvm-svn: 97121 --- lib/Transforms/IPO/GlobalOpt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Transforms/IPO/GlobalOpt.cpp b/lib/Transforms/IPO/GlobalOpt.cpp index d4aaf9e9882..5e140cfd75d 100644 --- a/lib/Transforms/IPO/GlobalOpt.cpp +++ b/lib/Transforms/IPO/GlobalOpt.cpp @@ -642,7 +642,7 @@ static bool AllUsesOfValueWillTrapIfNull(Value *V, return false; } else if (isa(*UI) && isa(UI->getOperand(1))) { - // Ignore setcc X, null + // Ignore icmp X, null } else { //cerr << "NONTRAPPING USE: " << **UI; return false;