[llvm] r185052 - Fix spelling.
Arnold Schwaighofer
aschwaighofer at apple.com
Wed Jun 26 18:01:11 PDT 2013
Author: arnolds
Date: Wed Jun 26 20:01:11 2013
New Revision: 185052
URL: http://llvm.org/viewvc/llvm-project?rev=185052&view=rev
Log:
Fix spelling.
Modified:
llvm/trunk/test/Transforms/LoopVectorize/store-shuffle-bug.ll
Modified: llvm/trunk/test/Transforms/LoopVectorize/store-shuffle-bug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/store-shuffle-bug.ll?rev=185052&r1=185051&r2=185052&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/store-shuffle-bug.ll (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/store-shuffle-bug.ll Wed Jun 26 20:01:11 2013
@@ -10,7 +10,7 @@ target triple = "x86_64-apple-macosx10.8
; PR16455
-; Due do a bug in the way we handled reverse induction stores we would generate
+; Due to a bug in the way we handled reverse induction stores we would generate
; a shuffle too many.
define void @t() {
More information about the llvm-commits
mailing list