1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Add an explicit -asm-verbose to these tests, to make it

possible to run the tests with -asm-verbose defaulting
to false.

llvm-svn: 68124
This commit is contained in:
Dan Gohman 2009-03-31 18:20:47 +00:00
parent 7fa69ef109
commit 9f7d1f2bd4
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 | %prcontext je 1 | \ ; RUN: llvm-as < %s | llc -march=x86 -asm-verbose | %prcontext je 1 | \
; RUN: grep BB1_1: ; RUN: grep BB1_1:
@str = internal constant [14 x i8] c"Hello world!\0A\00" ; <[14 x i8]*> [#uses=1] @str = internal constant [14 x i8] c"Hello world!\0A\00" ; <[14 x i8]*> [#uses=1]

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -enable-eh | grep invcont131 ; RUN: llvm-as < %s | llc -enable-eh -asm-verbose | grep invcont131
; PR 1496: tail merge was incorrectly removing this block ; PR 1496: tail merge was incorrectly removing this block
; ModuleID = 'report.1.bc' ; ModuleID = 'report.1.bc'

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep {#} | not grep -v {##} ; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -asm-verbose | grep {#} | not grep -v {##}
%struct.AGenericCall = type { %struct.AGenericManager*, %struct.ComponentParameters*, i32* } %struct.AGenericCall = type { %struct.AGenericManager*, %struct.ComponentParameters*, i32* }
%struct.AGenericManager = type <{ i8 }> %struct.AGenericManager = type <{ i8 }>

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 | grep -A 1 lpad | grep Llabel ; RUN: llvm-as < %s | llc -march=x86 -asm-verbose | grep -A 1 lpad | grep Llabel
; Check that register copies in the landing pad come after the EH_LABEL ; Check that register copies in the landing pad come after the EH_LABEL
declare i32 @f() declare i32 @f()