Chris's constant data sequence refactoring actually enabled printing
[oota-llvm.git] / test / CodeGen / X86 / tls14.ll
index d3401b655377329e2d1b6fdad7ff4d75fd6f1529..88426dd43d50e166c9e3bd6f2691aa26cde5f046 100644 (file)
@@ -1,6 +1,9 @@
-; 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: 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
 
 @i = thread_local global i8 0
 @j = thread_local global i8 0