Add encoding for VSTR.
[oota-llvm.git] / test / Transforms / SCCP / calltest.ll
index 481ba9c229a27045e27b1675acc607919247254c..9dec22f4d1cd1b2d0db115790497088ca72a3470 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | opt -sccp -adce -simplifycfg | llvm-dis | \
-; RUN:   not grep br
+; RUN: opt < %s -sccp -loop-deletion -simplifycfg -S | not grep br
 
 ; No matter how hard you try, sqrt(1.0) is always 1.0.  This allows the
 ; optimizer to delete this loop.