Update test to match recent llvm-gcc change.

llvm-svn: 106056
This commit is contained in:
Rafael Espindola 2010-06-15 22:16:40 +00:00
parent 26cefa5e11
commit 1115afb092
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ typedef struct { char x[3]; } A0;
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;