aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-07-08 23:57:18 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-07-08 23:57:18 +0000
commit6bb31e42076f192f01e92b83297500f62b5eb94c (patch)
treec21b01b6201ac43357a16811cf8bb3e14e55f6a6 /test
parentc3e0fb406fb6fe83566dc6d8b05362e0a2c1e191 (diff)
Silly typo in test for r134770.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/x86_32-arguments-nommx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/x86_32-arguments-nommx.c b/test/CodeGen/x86_32-arguments-nommx.c
index d503ed0ad8..40362f796f 100644
--- a/test/CodeGen/x86_32-arguments-nommx.c
+++ b/test/CodeGen/x86_32-arguments-nommx.c
@@ -8,4 +8,4 @@ int a(i32v2 x) { return x[0]; }
// but SSE2 vectors should still go into an SSE2 register
typedef int __attribute__((vector_size (16))) i32v4;
int b(i32v4 x) { return x[0]; }
-// CHECK: define i32 @b(<4 x i32> %x.coerce)
+// CHECK: define i32 @b(<4 x i32> %x)