Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
[oota-llvm.git] / test / Transforms / Inline / invoke_test-3.ll
index 414d0580c2ac8ee15978502311ebbfab517492e0..7ca3f6ad2975a0af1b3e0e14fd2fa8872088b7b0 100644 (file)
@@ -1,7 +1,7 @@
 ; Test that any rethrown exceptions in an inlined function are automatically
 ; turned into branches to the invoke destination.
 
-; RUN: as < %s | opt -inline | dis | not grep 'call void %llvm.unwind'
+; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep 'call void %llvm.unwind'
 
 declare void %might_throw()
 declare void %llvm.unwind()