commit | e7ee59b6a4ec6c7a360a77aac044a546b0012c37 | [log] [tgz] |
---|---|---|
author | Nick Lewycky <nicholas@mxc.ca> | Thu Feb 25 06:39:10 2010 +0000 |
committer | Nick Lewycky <nicholas@mxc.ca> | Thu Feb 25 06:39:10 2010 +0000 |
tree | 0e16b2789f327a48655394a594cb73846495e330 | |
parent | 813636a97bfb05955f507f77bd68c42ed101745f [diff] |
Modernize comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97121 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Transforms/IPO/GlobalOpt.cpp b/lib/Transforms/IPO/GlobalOpt.cpp index d4aaf9e..5e140cf 100644 --- a/lib/Transforms/IPO/GlobalOpt.cpp +++ b/lib/Transforms/IPO/GlobalOpt.cpp
@@ -642,7 +642,7 @@ 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;