diff options
author | Djordje Todorovic <djordje.todorovic@rt-rk.com> | 2019-11-20 12:20:53 +0100 |
---|---|---|
committer | Djordje Todorovic <djordje.todorovic@rt-rk.com> | 2019-11-20 13:18:40 +0100 |
commit | 979592a6f735a7111ba2c3a19e5ef3e8d336e01a (patch) | |
tree | 4b386de7eb45eaafa29ceb2be7cbe188e52faa8e /llvm/test/DebugInfo/Sparc | |
parent | 6a89ecb1ddd58575cd9a868bccaf64b2d1a9142a (diff) | |
download | bcm5719-llvm-979592a6f735a7111ba2c3a19e5ef3e8d336e01a.tar.gz bcm5719-llvm-979592a6f735a7111ba2c3a19e5ef3e8d336e01a.zip |
[DebugInfo] Remove the DIFlagArgumentNotModified debug info flag
Due to changes in D68206, we remove the DIFlagArgumentNotModified
and its usage.
Differential Revision: https://reviews.llvm.org/D68207
Diffstat (limited to 'llvm/test/DebugInfo/Sparc')
-rw-r--r-- | llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll b/llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll index 07a3e9da1dd..0af5619b75d 100644 --- a/llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll +++ b/llvm/test/DebugInfo/Sparc/entry-value-complex-reg-expr.ll @@ -72,7 +72,7 @@ attributes #1 = { nounwind readnone speculatable willreturn } !14 = !{!15, !7} !15 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed) !16 = !{!17} -!17 = !DILocalVariable(name: "p", arg: 1, scope: !12, file: !3, line: 3, type: !7, flags: DIFlagArgumentNotModified) +!17 = !DILocalVariable(name: "p", arg: 1, scope: !12, file: !3, line: 3, type: !7) !18 = !DILocation(line: 0, scope: !12) !19 = !DILocation(line: 4, scope: !12) !20 = !DILocation(line: 5, scope: !12) |