diff options
Diffstat (limited to 'test/CodeGen/SPARC/missinglabel.ll')
-rw-r--r-- | test/CodeGen/SPARC/missinglabel.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SPARC/missinglabel.ll b/test/CodeGen/SPARC/missinglabel.ll index bcf384b7ad290..3626feee4c387 100644 --- a/test/CodeGen/SPARC/missinglabel.ll +++ b/test/CodeGen/SPARC/missinglabel.ll @@ -4,14 +4,14 @@ target triple = "sparc64-unknown-linux-gnu" define void @f() align 2 { entry: -; CHECK: %xcc, .LBB0_1 +; CHECK: %xcc, .LBB0_2 %cmp = icmp eq i64 undef, 0 br i1 %cmp, label %targetblock, label %cond.false cond.false: unreachable -; CHECK: .LBB0_1: ! %targetblock +; CHECK: .LBB0_2: ! %targetblock targetblock: br i1 undef, label %cond.false.i83, label %exit.i85 |