summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorArnold Schwaighofer <aschwaighofer@apple.com>2013-06-27 01:01:11 +0000
committerArnold Schwaighofer <aschwaighofer@apple.com>2013-06-27 01:01:11 +0000
commite2b9912a7877d0c73e0c5863ae2ea668edca1de4 (patch)
tree867c91cf6e83fcbbc5fa9cd5d482c8d5144ec4a0 /test/Transforms
parent45ef457b8f92ca030681cd47545fad8b1d693180 (diff)
Fix spelling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-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() {