InstCombine: Turn _chk functions into the "unsafe" variant if length and max langth...
[oota-llvm.git] / test / Transforms / InstCombine / 2003-08-12-AllocaNonNull.ll
index 66dc49560b09852608714c2893ce675bcd34c7a9..c02d33ccc1b70dd1c7c2c4cdf580d9bafb10a6ca 100644 (file)
@@ -1,7 +1,6 @@
 ; This testcase can be simplified by "realizing" that alloca can never return 
 ; null.
-; RUN: opt %s -instcombine -simplifycfg | \
-; RUN:    llvm-dis | not grep br
+; RUN: opt < %s -instcombine -simplifycfg -S | not grep br
 
 declare i32 @bitmap_clear(...)