[llvm-commits] [llvm] r120383 - /llvm/trunk/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
Chris Lattner
sabre at nondot.org
Mon Nov 29 18:04:15 PST 2010
Author: lattner
Date: Mon Nov 29 20:04:15 2010
New Revision: 120383
URL: http://llvm.org/viewvc/llvm-project?rev=120383&view=rev
Log:
remove a use of llvm-dis
Modified:
llvm/trunk/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
Modified: llvm/trunk/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll?rev=120383&r1=120382&r2=120383&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/2003-08-12-AllocaNonNull.ll Mon Nov 29 20:04:15 2010
@@ -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(...)
More information about the llvm-commits
mailing list