Make this test portable to ABIs that use sret.

llvm-svn: 97035
This commit is contained in:
John McCall 2010-02-24 08:14:27 +00:00
parent 739517da07
commit 8bf8ac0775
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void f2(void) {
// CHECK: define void @f1()
void f1() {}
// CHECK: define {{.*}} @f3()
// CHECK: define {{.*}} @f3{{\(\)|\(.*sret.*\)}}
struct foo { int X, Y, Z; } f3() {
while (1) {}
}