Don't pull vector sext through both hands of a logical operation, since doing so...
[oota-llvm.git] / test / CodeGen / X86 / x86-64-pic-2.ll
index 39aecbadc48726a5c5165f53757abd2e485b3462..a52c564f96836bd00c6e66655dac88986adfe915 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | \
-; RUN:   llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
+; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
 ; RUN: grep {call      f} %t1
 ; RUN: not grep {call  f@PLT} %t1