diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-03 00:48:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-03 00:48:53 +0000 |
commit | e0bb20cc03f00745b4eefb67cb108fa354cd071f (patch) | |
tree | 077d4b3fc78ac7e8a021a146c69949f35a521b9e /test/CodeGen | |
parent | b0e94241dd36060cc325bf08c58299e94a95d662 (diff) | |
download | external_llvm-e0bb20cc03f00745b4eefb67cb108fa354cd071f.zip external_llvm-e0bb20cc03f00745b4eefb67cb108fa354cd071f.tar.gz external_llvm-e0bb20cc03f00745b4eefb67cb108fa354cd071f.tar.bz2 |
make these less sensitive to asm verbose changes by disabling it for them.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2008-07-11-SpillerBug.ll | 2 | ||||
-rw-r--r-- | test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-07-11-SpillerBug.ll b/test/CodeGen/X86/2008-07-11-SpillerBug.ll index 88a5fde..cd99c0e 100644 --- a/test/CodeGen/X86/2008-07-11-SpillerBug.ll +++ b/test/CodeGen/X86/2008-07-11-SpillerBug.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 -relocation-model=static -disable-fp-elim -post-RA-scheduler=false | FileCheck %s +; RUN: llc < %s -march=x86 -relocation-model=static -disable-fp-elim -post-RA-scheduler=false -asm-verbose=0 | FileCheck %s ; PR2536 diff --git a/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll b/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll index 5bd956a..abbe97a 100644 --- a/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll +++ b/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=i386-apple-darwin10.0 -relocation-model=pic \ +; RUN: llc -mtriple=i386-apple-darwin10.0 -relocation-model=pic -asm-verbose=false \ ; RUN: -disable-fp-elim -mattr=-sse41,-sse3,+sse2 -post-RA-scheduler=false < %s | \ ; RUN: FileCheck %s ; rdar://6808032 |