[llvm] r213228 - Fix Typo (first commit to test commit access)

Suyog Sarda suyog.sarda at samsung.com
Wed Jul 16 23:09:34 PDT 2014


Author: suyog
Date: Thu Jul 17 01:09:34 2014
New Revision: 213228

URL: http://llvm.org/viewvc/llvm-project?rev=213228&view=rev
Log:
Fix Typo (first commit to test commit access)

Modified:
    llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp?rev=213228&r1=213227&r2=213228&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineAddSub.cpp Thu Jul 17 01:09:34 2014
@@ -32,7 +32,7 @@ namespace {
   ///
   class FAddendCoef {
   public:
-    // The constructor has to initialize a APFloat, which is uncessary for
+    // The constructor has to initialize a APFloat, which is unnecessary for
     // most addends which have coefficient either 1 or -1. So, the constructor
     // is expensive. In order to avoid the cost of the constructor, we should
     // reuse some instances whenever possible. The pre-created instances





More information about the llvm-commits mailing list