Remove the 'N' modifier from llvm-ar.
[oota-llvm.git] / test / Transforms / LoopDeletion / dcetest.ll
index c112cae53700163f7b13966d88fa80bf5063ed20..f1e793de03d62bf5eee76d651119b8273b505f6b 100644 (file)
@@ -1,7 +1,7 @@
 ; This is the test case taken from Appel's book that illustrates a hard case
 ; that SCCP gets right, and when followed by ADCE, is completely eliminated
 ;
-; RUN: llvm-as < %s | opt -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg | llvm-dis | not grep br
+; RUN: opt < %s -sccp -simplifycfg -indvars -loop-deletion -dce -simplifycfg -S | not grep br
 
 define i32 @"test function"(i32 %i0, i32 %j0) {
 BB1: