Fix type in last checkin. (Added \t that should not have been there.)
authorSteve Ellcey <sje@gcc.gnu.org>
Thu, 24 Jun 2010 22:38:15 +0000 (22:38 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 24 Jun 2010 22:38:15 +0000 (22:38 +0000)
From-SVN: r161343

gcc/testsuite/gcc.dg/lto/20091216-1_0.c

index 9cb647b..054330b 100644 (file)
@@ -1,9 +1,9 @@
 /* { dg-lto-do run } */
 
 #ifdef __ia64
-asm (".globl start_\n\tstart_: nop 0");
+asm (".globl start_\nstart_: nop 0");
 #else
-asm (".globl start_\n\tstart_: nop");
+asm (".globl start_\nstart_: nop");
 #endif
 
 int