[X86][SSE] Fix PerformSExtCombine bug that accessed the wrong return value of an...
[oota-llvm.git] / test / CodeGen / X86 / h-registers-3.ll
index d353a2233797b7d4d29622c6c5a7863a5cf47992..29d0c280c4fb5a60196941b314b4904bb27e7f9a 100644 (file)
@@ -1,9 +1,9 @@
-; RUN: llvm-as < %s | llc -march=x86    | grep mov | count 1
-; RUN: llvm-as < %s | llc -march=x86-64 | grep mov | count 1
+; RUN: llc < %s -march=x86    | grep mov | count 1
+; RUN: llc < %s -march=x86-64 | grep mov | count 1
 
 define zeroext i8 @foo() nounwind ssp {
 entry:
-  %0 = tail call zeroext i16 (...)* @bar() nounwind
+  %0 = tail call zeroext i16 (...) @bar() nounwind
   %1 = lshr i16 %0, 8
   %2 = trunc i16 %1 to i8
   ret i8 %2