1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

make these less sensitive to asm verbose changes by disabling it for them.

llvm-svn: 95175
This commit is contained in:
Chris Lattner 2010-02-03 00:48:53 +00:00
parent 7c4c39e651
commit 2b798aafd0
2 changed files with 2 additions and 2 deletions

View 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

View 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