From 6bb31e42076f192f01e92b83297500f62b5eb94c Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Fri, 8 Jul 2011 23:57:18 +0000 Subject: [PATCH] Silly typo in test for r134770. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134774 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/x86_32-arguments-nommx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0