summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/LoopVectorize/store-shuffle-bug.ll2
1 files changed, 1 insertions, 1 deletions
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() {