aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/loop-hoist.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-12 20:56:56 +0000
committerDan Gohman <gohman@apple.com>2009-08-12 20:56:56 +0000
commit46d505647d255410b220d7f8134053390794683e (patch)
treed8c23461d63cfa98e62612795ec77fdb46808eb4 /test/CodeGen/X86/loop-hoist.ll
parent1220e10f70f89e0f8082344646d79805edf9025d (diff)
downloadexternal_llvm-46d505647d255410b220d7f8134053390794683e.zip
external_llvm-46d505647d255410b220d7f8134053390794683e.tar.gz
external_llvm-46d505647d255410b220d7f8134053390794683e.tar.bz2
Use WriteAsOperand to print BasicBlock names.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78838 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-hoist.ll')
-rw-r--r--test/CodeGen/X86/loop-hoist.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll
index 4edb088..cf63f30 100644
--- a/test/CodeGen/X86/loop-hoist.ll
+++ b/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: ## %cond_true
@Arr = external global [0 x i32] ; <[0 x i32]*> [#uses=1]