projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da883a
)
Update test to match recent llvm-gcc change.
author
Rafael Espindola
<rafael.espindola@gmail.com>
Tue, 15 Jun 2010 22:16:40 +0000
(22:16 +0000)
committer
Rafael Espindola
<rafael.espindola@gmail.com>
Tue, 15 Jun 2010 22:16:40 +0000
(22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106056
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/FrontendC/pr5406.c
patch
|
blob
|
history
diff --git
a/test/FrontendC/pr5406.c
b/test/FrontendC/pr5406.c
index c873e51ab94a71a5662d3a0f9925d342bbe43871..492bdafa7eda088784219ff12056b31078d04bb4 100644
(file)
--- 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;