[PATCH] D44082: Fixed some more spelling mistake in comments of LLVM Analysis passes

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 5 08:07:10 PST 2018


davide added inline comments.


================
Comment at: lib/Analysis/InstructionSimplify.cpp:2033
 
-    // Equality comaprisons are easy to fold.
+    // Equality comprisons are easy to fold.
   case CmpInst::ICMP_EQ:
----------------
comparisons, I assume.


================
Comment at: lib/Analysis/LazyValueInfo.cpp:100
 
-  // If we gave up for one, but got a useable fact from the other, use it.
+  // If we gave up for one, but got a usable fact from the other, use it.
   if (A.isOverdefined())
----------------
`useable` is actually correct as far as I can tell.


https://reviews.llvm.org/D44082





More information about the llvm-commits mailing list