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() {