Add -disable-output. Thanks Bill!

llvm-svn: 78009
This commit is contained in:
Dan Gohman 2009-08-03 22:24:22 +00:00
parent d7e467f39c
commit eaed26eb0e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | opt -instcombine
; RUN: llvm-as < %s | opt -instcombine -disable-output
; SimplifyDemandedBits should cope with pointer types.