[RS4GC] Fix crash in the case that a live variable has a constant base.
[oota-llvm.git] / test / Transforms / JumpThreading / 2008-11-27-EntryMunge.ll
index 216dacb8d2682087099ceddbd58d8ec424e88d70..6a50d4f1a32cde7c6725c001f3f1d1ed1fd632bf 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s  | opt -jump-threading -simplifycfg | llvm-dis | grep {ret i32 0}
+; RUN: opt < %s -jump-threading -S | grep "ret i32 0"
 ; PR3138
 
 define i32 @jt() {