Disable because peephole is disabled.
[oota-llvm.git] / test / Transforms / TailDup / if-tail-dup.ll
index 7c4d9c25ef3e4f5a4918bffd9d116003b82ac9d3..2e4f5be38d1d2b71161646a8914aa0cda1aec1cb 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -tailduplicate | \
-; RUN:   llc -march=x86 -o %t -f
+; RUN: opt < %s -tailduplicate | \
+; RUN:   llc -march=x86 -o %t
 ; RUN: grep {\\\<je\\\>} %t
 ; RUN: not grep jmp %t
 ; END.