Fix spelling.
authorArnold Schwaighofer <aschwaighofer@apple.com>
Thu, 27 Jun 2013 01:01:11 +0000 (01:01 +0000)
committerArnold Schwaighofer <aschwaighofer@apple.com>
Thu, 27 Jun 2013 01:01:11 +0000 (01:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185052 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopVectorize/store-shuffle-bug.ll

index 42a5ce183edc786b858bb3f10fd90569a3aa4535..b18a57b74ef12b779483fec2f28ccb98c1d8eee2 100644 (file)
@@ -10,7 +10,7 @@ target triple = "x86_64-apple-macosx10.8.0"
 ; 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()  {