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:
Jeff Law 1998-10-09 12:22:11 -06:00
parent bb0f4c31d3
commit 1a34b7b328

View file

@ -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));}