summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-20 07:24:05 +0000
committerChris Lattner <sabre@nondot.org>2010-01-20 07:24:05 +0000
commitf8dcf784a7d05d77880a0638b7557d60b7f57e4b (patch)
tree569798ae085f22a84efd07b857b28d9ee11f669b /llvm/test
parent4c8b1824f0958db75bf24e358330bdd043f93f35 (diff)
downloadbcm5719-llvm-f8dcf784a7d05d77880a0638b7557d60b7f57e4b.tar.gz
bcm5719-llvm-f8dcf784a7d05d77880a0638b7557d60b7f57e4b.zip
emit basic block labels with mcstreamer.
llvm-svn: 93993
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll2
-rw-r--r--llvm/test/CodeGen/X86/loop-hoist.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll b/llvm/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
index 13a9080c140..a6cabc4fd33 100644
--- a/llvm/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
+++ b/llvm/test/CodeGen/X86/2008-12-19-EarlyClobberBug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin -asm-verbose=0 | FileCheck %s
; PR3149
; Make sure the copy after inline asm is not coalesced away.
diff --git a/llvm/test/CodeGen/X86/loop-hoist.ll b/llvm/test/CodeGen/X86/loop-hoist.ll
index b52066dac62..b9008e5e302 100644
--- a/llvm/test/CodeGen/X86/loop-hoist.ll
+++ b/llvm/test/CodeGen/X86/loop-hoist.ll
@@ -4,7 +4,7 @@
; CHECK: _foo:
; CHECK: L_Arr$non_lazy_ptr
-; CHECK: LBB1_1: ## %cond_true
+; CHECK: LBB1_1:
@Arr = external global [0 x i32] ; <[0 x i32]*> [#uses=1]
OpenPOWER on IntegriCloud