Teach FunctionAttrs about the VAArg instruction.
[oota-llvm.git] / test / Transforms / SCCP / calltest.ll
index ee6eb8e4a803762c9d91c9e76f6d4aec59c48188..9dec22f4d1cd1b2d0db115790497088ca72a3470 100644 (file)
@@ -1,5 +1,4 @@
-; RUN: llvm-as < %s | opt -sccp -loop-deletion -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.