[llvm-commits] [llvm] r106056 - /llvm/trunk/test/FrontendC/pr5406.c
Rafael Espindola
rafael.espindola at gmail.com
Tue Jun 15 15:16:40 PDT 2010
Author: rafael
Date: Tue Jun 15 17:16:40 2010
New Revision: 106056
URL: http://llvm.org/viewvc/llvm-project?rev=106056&view=rev
Log:
Update test to match recent llvm-gcc change.
Modified:
llvm/trunk/test/FrontendC/pr5406.c
Modified: llvm/trunk/test/FrontendC/pr5406.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/FrontendC/pr5406.c?rev=106056&r1=106055&r2=106056&view=diff
==============================================================================
--- llvm/trunk/test/FrontendC/pr5406.c (original)
+++ llvm/trunk/test/FrontendC/pr5406.c Tue Jun 15 17:16:40 2010
@@ -8,7 +8,7 @@
void foo (int i, ...);
-// CHECK: call arm_aapcscc void (i32, ...)* @foo(i32 1, i32 {{.*}}) nounwind
+// CHECK: call void (i32, ...)* @foo(i32 1, i32 {{.*}}) nounwind
int main (void)
{
A0 a3;
More information about the llvm-commits
mailing list