Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[oota-llvm.git] / test / Transforms / SimplifyCFG / 2003-08-05-MishandleInvoke.ll
index 610f7b55a6065bfd2a82d1793f41c8d829c84223..15cd7730449ee3bd6be7a7f5d93c261cf0d8b3ae 100644 (file)
@@ -1,6 +1,6 @@
 ; Do not remove the invoke!
 ;
-; RUN: opt %s -simplifycfg -S | grep invoke
+; RUN: opt %s -simplifycfg -S | grep invoke
 
 define i32 @test() {
        invoke i32 @test( )