Don't pull vector sext through both hands of a logical operation, since doing so...
[oota-llvm.git] / test / CodeGen / X86 / local-liveness.ll
index f176ec2c56b981e88499cf25bf76be06122e0d01..321f208e75caf6afc9436df219fdaf799e377af7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 -regalloc=local | grep {subl      %eax, %esi}
+; RUN: llc < %s -march=x86 -regalloc=local | grep {subl        %eax, %edx}
 
 ; Local regalloc shouldn't assume that both the uses of the
 ; sub instruction are kills, because one of them is tied