Add an explicit -asm-verbose to these tests, to make it
authorDan Gohman <gohman@apple.com>
Tue, 31 Mar 2009 18:20:47 +0000 (18:20 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 31 Mar 2009 18:20:47 +0000 (18:20 +0000)
possible to run the tests with -asm-verbose defaulting
to false.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68124 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
test/CodeGen/X86/2007-06-04-tailmerge4.ll
test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll

index e2977276b5d61e8673e12f35577682a3431da9cd..1ff687a1b8b797fb27ab633e34a15ae7187df5c7 100644 (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:
 
 @str = internal constant [14 x i8] c"Hello world!\0A\00"               ; <[14 x i8]*> [#uses=1]
index 497a83aa34ad1444922c090b62dfe4b44c8728bf..0ad539664c990af95ca2268f5cf4b0941b241f7b 100644 (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
 
 ; ModuleID = 'report.1.bc'
index 3d5a86cd243a4af469933958b6f07713fe86dbec..6cf731b0e9b75933af4f2341224eb00faf698504 100644 (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.AGenericManager = type <{ i8 }>
index c079ae737253c69d51e51995be020e427dc72586..091aab41d291ebfcbf276ec261be92ebdc5ef242 100644 (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
 
 declare i32 @f()