Try to eliminate the use of the 'unwind' instruction.
[oota-llvm.git] / test / Transforms / Inline / inline-tail.ll
index 3d437114ebc668b154a31cb3f63636ef942873b9..8bb059d01a0c29fb526fe5ded44fa6d67fc9dc6c 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -inline | llvm-dis | not grep tail
+; RUN: opt < %s -inline -S | not grep tail
 
 declare void @bar(i32*)