summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-06-15 22:16:40 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-06-15 22:16:40 +0000
commit5869dc005e829ed07b066746b01d24f264a47113 (patch)
tree55f0a79df7ba21fac55cf5899def9743968aab4b /test
parent4da883a56fe338b8f0d7b5abc89839da4fa8f351 (diff)
downloadllvm-5869dc005e829ed07b066746b01d24f264a47113.tar.gz
llvm-5869dc005e829ed07b066746b01d24f264a47113.tar.bz2
llvm-5869dc005e829ed07b066746b01d24f264a47113.tar.xz
Update test to match recent llvm-gcc change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/FrontendC/pr5406.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/pr5406.c b/test/FrontendC/pr5406.c
index c873e51ab9..492bdafa7e 100644
--- a/test/FrontendC/pr5406.c
+++ b/test/FrontendC/pr5406.c
@@ -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;