[cfe-commits] r134774 - /cfe/trunk/test/CodeGen/x86_32-arguments-nommx.c

Eli Friedman eli.friedman at gmail.com
Fri Jul 8 16:57:18 PDT 2011


Author: efriedma
Date: Fri Jul  8 18:57:18 2011
New Revision: 134774

URL: http://llvm.org/viewvc/llvm-project?rev=134774&view=rev
Log:
Silly typo in test for r134770.


Modified:
    cfe/trunk/test/CodeGen/x86_32-arguments-nommx.c

Modified: cfe/trunk/test/CodeGen/x86_32-arguments-nommx.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/x86_32-arguments-nommx.c?rev=134774&r1=134773&r2=134774&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/x86_32-arguments-nommx.c (original)
+++ cfe/trunk/test/CodeGen/x86_32-arguments-nommx.c Fri Jul  8 18:57:18 2011
@@ -8,4 +8,4 @@
 // 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)





More information about the cfe-commits mailing list