Turn on post-alloc scheduling for x86.
[oota-llvm.git] / test / CodeGen / X86 / tls14.ll
index 941601eb4f9b6b3cc46e2bde6f5cf7031ad38cbf..88426dd43d50e166c9e3bd6f2691aa26cde5f046 100644 (file)
@@ -1,7 +1,7 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i386-linux-gnu > %t
+; RUN: llc < %s -march=x86 -mtriple=i386-linux-gnu > %t
 ; RUN: grep {movsbl    %gs:i@NTPOFF, %eax} %t
 ; RUN: grep {movzbl    %gs:j@NTPOFF, %eax} %t
-; RUN: llvm-as < %s | llc -march=x86-64 -mtriple=x86_64-linux-gnu > %t2
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu > %t2
 ; RUN: grep {movsbl    %fs:i@TPOFF, %edi} %t2
 ; RUN: grep {movzbl    %fs:j@TPOFF, %edi} %t2