Make TranslateX86CC return COND_INVALID instead of aborting when it
[oota-llvm.git] / test / CodeGen / X86 / tls10.ll
index a4f2fb1293b94d481a46e286404fbb7df1546247..fb61596d09ca921a0af14db2b715480e3f6356fe 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 {movl      %gs:0, %eax} %t
 ; RUN: grep {leal      i@NTPOFF(%eax), %eax} %t
+; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu > %t2
+; RUN: grep {movq      %fs:0, %rax} %t2
+; RUN: grep {leaq      i@TPOFF(%rax), %rax} %t2
 
 @i = external hidden thread_local global i32