summaryrefslogtreecommitdiff
path: root/test/Transforms/SROA
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-06 21:24:47 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-06 21:24:47 +0000
commit00e97c2126563f4654416553bec6399bfefd5c29 (patch)
treeabcaf3298a83db6c75cc638cdde84d66286098c3 /test/Transforms/SROA
parentb553f8960a700da0ebab13472350faff9462598d (diff)
downloadllvm-00e97c2126563f4654416553bec6399bfefd5c29.tar.gz
llvm-00e97c2126563f4654416553bec6399bfefd5c29.tar.bz2
llvm-00e97c2126563f4654416553bec6399bfefd5c29.tar.xz
Fix typos in CHECK lines.
Patch by Alexander Zinenko. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169547 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/SROA')
-rw-r--r--test/Transforms/SROA/vector-promotion.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/SROA/vector-promotion.ll b/test/Transforms/SROA/vector-promotion.ll
index f1e118955d..bb34e3f084 100644
--- a/test/Transforms/SROA/vector-promotion.ll
+++ b/test/Transforms/SROA/vector-promotion.ll
@@ -295,7 +295,7 @@ entry:
}
define <2 x i8> @PR14349.1(i32 %x) {
-; CEHCK: @PR14349.1
+; CHECK: @PR14349.1
; The first testcase for broken SROA rewriting of split integer loads and
; stores due to smaller vector loads and stores. This particular test ensures
; that we can rewrite a split store of an integer to a store of a vector.
@@ -317,7 +317,7 @@ entry:
}
define i32 @PR14349.2(<2 x i8> %x) {
-; CEHCK: @PR14349.2
+; CHECK: @PR14349.2
; The first testcase for broken SROA rewriting of split integer loads and
; stores due to smaller vector loads and stores. This particular test ensures
; that we can rewrite a split load of an integer to a load of a vector.