[llvm] r267039 - NFC: fix copy / paste comment

JF Bastien via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 12:53:39 PDT 2016


Author: jfb
Date: Thu Apr 21 14:53:39 2016
New Revision: 267039

URL: http://llvm.org/viewvc/llvm-project?rev=267039&view=rev
Log:
NFC: fix copy / paste comment

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

Modified: llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp?rev=267039&r1=267038&r2=267039&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp (original)
+++ llvm/trunk/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp Thu Apr 21 14:53:39 2016
@@ -948,8 +948,8 @@ static bool combineStoreToValueType(Inst
     return true;
   }
 
-  // FIXME: We should also canonicalize loads of vectors when their elements are
-  // cast to other types.
+  // FIXME: We should also canonicalize stores of vectors when their elements
+  // are cast to other types.
   return false;
 }
 




More information about the llvm-commits mailing list