diff options
Diffstat (limited to 'llvm/test/CodeGen/MSP430/BranchSelector.ll')
-rw-r--r-- | llvm/test/CodeGen/MSP430/BranchSelector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/MSP430/BranchSelector.ll b/llvm/test/CodeGen/MSP430/BranchSelector.ll index 4dfd95bf41a..a36da626234 100644 --- a/llvm/test/CodeGen/MSP430/BranchSelector.ll +++ b/llvm/test/CodeGen/MSP430/BranchSelector.ll @@ -579,7 +579,7 @@ begin: ; This branch should not be expanded ; CHECK-LABEL: .LBB1_1: ; CHECK: jeq .LBB1_1 -; CHECK: BB#2: +; CHECK: %bb.2: ; CHECK: ret br i1 %lnot, label %begin, label %end |