make these less sensitive to asm verbose changes by disabling it for them.
authorChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 00:48:53 +0000 (00:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 00:48:53 +0000 (00:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95175 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2008-07-11-SpillerBug.ll
test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll

index 88a5fde07e1e7016d01820cf1de25ee0faeeeb32..cd99c0e53c0ba42f2645910852a1226092ba736c 100644 (file)
@@ -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
 
 
index 5bd956a016269b621082645c6a6cf9592b29cf4a..abbe97ac193e3c27521b5ad89102c7c53e5c58fd 100644 (file)
@@ -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