diff options
Diffstat (limited to 'llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll')
| -rw-r--r-- | llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll b/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll index af76c889353..fa1dbb531d3 100644 --- a/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll +++ b/llvm/test/DebugInfo/ARM/single-constant-use-preserves-dbgloc.ll @@ -31,11 +31,10 @@ if.then: ; preds = %entry if.end: ; preds = %entry ; Materialize the constant. -; CHECK: .loc 1 0 +; CHECK: .loc 1 7 5 ; CHECK-NEXT: mvn r0, #0 ; The backend performs the store to %retval first, for some reason. -; CHECK-NEXT: .loc 1 7 5 ; CHECK-NEXT: str r0, [sp, #4] store i32 -1, i32* %x, align 4, !dbg !19 |

