diff --git a/llvm/test/CodeGen/X86/2008-07-11-SpillerBug.ll b/llvm/test/CodeGen/X86/2008-07-11-SpillerBug.ll index 88a5fde07e1e7016d01820cf1de25ee0faeeeb32..cd99c0e53c0ba42f2645910852a1226092ba736c 100644 --- a/llvm/test/CodeGen/X86/2008-07-11-SpillerBug.ll +++ b/llvm/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/llvm/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll b/llvm/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll index 5bd956a016269b621082645c6a6cf9592b29cf4a..abbe97ac193e3c27521b5ad89102c7c53e5c58fd 100644 --- a/llvm/test/CodeGen/X86/2009-04-21-NoReloadImpDef.ll +++ b/llvm/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