commit | 5ee8d03e04279ae83e02c711dd0b7ed0bdaf8987 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Aug 12 20:56:56 2009 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Aug 12 20:56:56 2009 +0000 |
tree | d8c23461d63cfa98e62612795ec77fdb46808eb4 | |
parent | e8df3e7abe3e5d4694ea763b2a026683429e9078 [diff] |
Use WriteAsOperand to print BasicBlock names. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78838 91177308-0d34-0410-b5e6-96231b3b80d8
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]