Use -disable-output and to suppress output and don't use a temporary file unless we need one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling
2013-08-20 23:00:25 +00:00
parent 3531db14c6
commit 815af99a04
5 changed files with 5 additions and 7 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -constprop | llvm-dis
; RUN: opt < %s -constprop | llvm-dis -disable-output
; PR3465
define double @test() {