[cfe-commits] r78877 - /cfe/trunk/test/CodeGen/x86_64-arguments.c

Daniel Dunbar daniel at zuster.org
Wed Aug 12 18:27:45 PDT 2009


Author: ddunbar
Date: Wed Aug 12 20:27:45 2009
New Revision: 78877

URL: http://llvm.org/viewvc/llvm-project?rev=78877&view=rev
Log:
Update test

Modified:
    cfe/trunk/test/CodeGen/x86_64-arguments.c

Modified: cfe/trunk/test/CodeGen/x86_64-arguments.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/x86_64-arguments.c?rev=78877&r1=78876&r2=78877&view=diff

==============================================================================
--- cfe/trunk/test/CodeGen/x86_64-arguments.c (original)
+++ cfe/trunk/test/CodeGen/x86_64-arguments.c Wed Aug 12 20:27:45 2009
@@ -7,7 +7,7 @@
 // RUN: grep 'define x86_fp80 @f5()' %t &&
 // RUN: grep 'define void @f6(i8 signext %a0, i16 signext %a1, i32 %a2, i64 %a3, i8\* %a4)' %t &&
 // RUN: grep 'define void @f7(i32 %a0)' %t &&
-// RUN: grep 'type { i64, double }.*type .0' %t &&
+// RUN: grep '.0 = type { i64, double }' %t &&
 // RUN: grep 'define .0 @f8_1()' %t &&
 // RUN: grep 'define void @f8_2(.0)' %t &&
 





More information about the cfe-commits mailing list