stop accepting begin/end around function bodies in the .ll parser, this isn't pascal...
[oota-llvm.git] / test / Transforms / ADCE / dce_pure_call.ll
index b76ccc5e6299d628e151b1ee66e9a0a8d5affbd8..66483abbc919e653c474eae29a6f126e45d80775 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -adce | llvm-dis | not grep call
+; RUN: opt -adce -S < %s | not grep call
 
 declare i32 @strlen(i8*) readonly nounwind