Add a neat little two's complement hack for x86.
[oota-llvm.git] / test / CodeGen / X86 / 2009-05-08-InlineAsmIOffset.ll
index 284c6e250d79321a5d48da6c37f37a519484b7fd..738b5fbb7048af6a65cac4841c200d619b7775ca 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -relocation-model=static > %t
+; RUN: llc < %s -relocation-model=static > %t
 ; RUN: grep "1: ._pv_cpu_ops+8" %t
 ; RUN: grep "2: ._G" %t
 ; PR4152