920521-1.c: Fix bogus test.
8 * gcc.c-torture/special/920521-1.c: Fix bogus test. From-SVN: r22966
This commit is contained in:
parent
bb0f4c31d3
commit
1a34b7b328
1 changed files with 1 additions and 1 deletions
|
@ -1 +1 @@
|
|||
f(){asm("f":::"cc");}g(x){asm("g"::"%r"(x));}
|
||||
f(){asm("f":::"cc");}g(x,y){asm("g"::"%r"(x), "r"(y));}
|
||||
|
|
Loading…
Add table
Reference in a new issue