Make the description of the hotpatch attribute even more generic. Spotted by
[oota-llvm.git] / test / Transforms / Inline / invoke_test-1.ll
index 8eb140c109e3f6801c716e984cfea2b39a935177..0d27e2a7f5e4ca5aedbe3644f8061c396c3d4961 100644 (file)
@@ -1,7 +1,7 @@
 ; Test that we can inline a simple function, turning the calls in it into invoke
 ; instructions
 
-; RUN: opt %s -inline | llvm-dis | \
+; RUN: opt < %s -inline -S | \
 ; RUN:   not grep {call\[^e\]}
 
 declare void @might_throw()