summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-31 18:20:47 +0000
committerDan Gohman <gohman@apple.com>2009-03-31 18:20:47 +0000
commit6161b3ccf6c9b0eb06788738c453346268fec5d5 (patch)
tree6d2dbb2f8cc65deca2c5413f600ceba93028f1c0
parent63a224ad596ada00468c2961df414ccd3ce31e2a (diff)
downloadbcm5719-llvm-6161b3ccf6c9b0eb06788738c453346268fec5d5.tar.gz
bcm5719-llvm-6161b3ccf6c9b0eb06788738c453346268fec5d5.zip
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
-rw-r--r--llvm/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll2
-rw-r--r--llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll2
-rw-r--r--llvm/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll2
-rw-r--r--llvm/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll2
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll b/llvm/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
index e2977276b5d..1ff687a1b8b 100644
--- a/llvm/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
+++ b/llvm/test/CodeGen/X86/2006-10-19-SwitchUnnecessaryBranching.ll
@@ -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]
diff --git a/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll b/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll
index 497a83aa34a..0ad539664c9 100644
--- a/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll
+++ b/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll
@@ -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'
diff --git a/llvm/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll b/llvm/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
index 3d5a86cd243..6cf731b0e9b 100644
--- a/llvm/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
+++ b/llvm/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
@@ -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 }>
diff --git a/llvm/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll b/llvm/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
index c079ae73725..091aab41d29 100644
--- a/llvm/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
+++ b/llvm/test/CodeGen/X86/2009-03-16-PHIElimInLPad.ll
@@ -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()
OpenPOWER on IntegriCloud