Commit 0dab9071 by Steve Ellcey

Fix type in last checkin. (Added \t that should not have been there.)

From-SVN: r161343
parent 7f58e69f
/* { dg-lto-do run } */ /* { dg-lto-do run } */
#ifdef __ia64 #ifdef __ia64
asm (".globl start_\n\tstart_: nop 0"); asm (".globl start_\nstart_: nop 0");
#else #else
asm (".globl start_\n\tstart_: nop"); asm (".globl start_\nstart_: nop");
#endif #endif
int int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment