diff options
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/sjlj.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/sjlj.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/sjlj.ll b/llvm/test/CodeGen/PowerPC/sjlj.ll index f86f5345f87..984f9d9f6f5 100644 --- a/llvm/test/CodeGen/PowerPC/sjlj.ll +++ b/llvm/test/CodeGen/PowerPC/sjlj.ll @@ -77,7 +77,7 @@ return: ; preds = %if.end, %if.then ; CHECK: bcl 20, 31, .LBB1_3 ; CHECK: li 3, 1 ; CHECK: #EH_SjLj_Setup .LBB1_3 -; CHECK: b .LBB1_1 +; CHECK: # BB#1: ; CHECK: .LBB1_3: ; CHECK: mflr [[REGL:[0-9]+]] |