remove a use of llvm-dis

llvm-svn: 120383
This commit is contained in:
Chris Lattner 2010-11-30 02:04:15 +00:00
parent 0ec89ea5d9
commit bea813875e

View 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(...)