Tidy up this testcase and add test for tailcall optimization
[oota-llvm.git] / test / CodeGen / X86 / sext-trunc.ll
index df401564c24f91e28673bb0f1acb2a016c2b631c..2eaf42577c701adc6f9d150bfdcda6f7b8bae555 100644 (file)
@@ -1,6 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 > %t
-; RUN: grep movb %t
-; RUN: not grep movsbl %t
+; RUN: llc < %s -march=x86 > %t
+; RUN: grep movsbl %t
 ; RUN: not grep movz %t
 ; RUN: not grep and %t