From: Arnold Schwaighofer Date: Thu, 27 Jun 2013 01:01:11 +0000 (+0000) Subject: Fix spelling. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e2b9912a7877d0c73e0c5863ae2ea668edca1de4;p=oota-llvm.git Fix spelling. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185052 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/LoopVectorize/store-shuffle-bug.ll b/test/Transforms/LoopVectorize/store-shuffle-bug.ll index 42a5ce183ed..b18a57b74ef 100644 --- a/test/Transforms/LoopVectorize/store-shuffle-bug.ll +++ b/test/Transforms/LoopVectorize/store-shuffle-bug.ll @@ -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() {