commit | 8bae10512c413d643f199bbef96d72ce53f36978 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Jan 20 07:24:05 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Jan 20 07:24:05 2010 +0000 |
tree | e2159ef2de54d6f962fa6051b40f8a16d69347e6 | |
parent | e795ca57c47876555cecacb9454dc0a21e284536 [diff] [blame] |
emit basic block labels with mcstreamer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93993 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll index b52066d..b9008e5 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: @Arr = external global [0 x i32] ; <[0 x i32]*> [#uses=1]