summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
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
commit1115afb092ee412f8b3a3e05207df3d0859178a5 (patch)
tree704c3b370e80095a8fc1e1e45e24628cc67f9b44 /llvm/test/FrontendC
parent26cefa5e1156c70e9ec510ef361c35aa3827864c (diff)
downloadbcm5719-llvm-1115afb092ee412f8b3a3e05207df3d0859178a5.tar.gz
bcm5719-llvm-1115afb092ee412f8b3a3e05207df3d0859178a5.zip
Update test to match recent llvm-gcc change.
llvm-svn: 106056
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r--llvm/test/FrontendC/pr5406.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/pr5406.c b/llvm/test/FrontendC/pr5406.c
index c873e51ab94..492bdafa7ed 100644
--- a/llvm/test/FrontendC/pr5406.c
+++ b/llvm/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;
OpenPOWER on IntegriCloud