From 5f879365c29f04c9ea1227b7fccd62fd9b12c723 Mon Sep 17 00:00:00 2001 From: Arnold Schwaighofer Date: Thu, 27 Jun 2013 01:01:11 +0000 Subject: [PATCH] Fix spelling. llvm-svn: 185052 --- test/Transforms/LoopVectorize/store-shuffle-bug.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {