Add a neat little two's complement hack for x86.
[oota-llvm.git] / test / CodeGen / X86 / licm-nested.ll
index 870f687e5656bd5a2d8301e7072d8a25e25fa594..b0105ac533bdd04b52e30e004b7152ba544d78c4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -stats -info-output-file - | grep machine-licm | grep 3
+; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep machine-licm | grep 3
 
 ; MachineLICM should be able to hoist the symbolic addresses out of
 ; the inner loops.