misched: Add register pressure backoff to ConvergingScheduler.
[oota-llvm.git] / test / Transforms / Inline / cfg_preserve_test.ll
index 021c9e73ba689bf132386a4d5e3c6ba0e7c30e17..9597109dff0be15e049b176478778c9d93018de3 100644 (file)
@@ -1,6 +1,6 @@
 ; This test ensures that inlining an "empty" function does not destroy the CFG
 ;
-; RUN: opt %s -inline -S | not grep br
+; RUN: opt %s -inline -S | not grep br
 
 define i32 @func(i32 %i) {
         ret i32 %i