diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-20 07:24:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-20 07:24:05 +0000 |
commit | 213168ba469703a186d060281e587d828878aa75 (patch) | |
tree | e2159ef2de54d6f962fa6051b40f8a16d69347e6 /test/CodeGen/X86/loop-hoist.ll | |
parent | 043c4e5c1d012c8131c7f2fa27a4def32740c42f (diff) |
emit basic block labels with mcstreamer.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93993 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-hoist.ll')
-rw-r--r-- | test/CodeGen/X86/loop-hoist.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll index b52066dac6..b9008e5e30 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] |