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/ARM/entry-value-multi-byte-expr.ll | |
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/ARM/entry-value-multi-byte-expr.ll')
-rw-r--r-- | llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll b/llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll index 6c482754cda..71cf4178272 100644 --- a/llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll +++ b/llvm/test/DebugInfo/ARM/entry-value-multi-byte-expr.ll @@ -83,8 +83,8 @@ attributes #1 = { nounwind readnone speculatable willreturn } !14 = !{!15, !6, !6} !15 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed) !16 = !{!17, !18} -!17 = !DILocalVariable(name: "a", arg: 1, scope: !12, file: !3, line: 6, type: !6, flags: DIFlagArgumentNotModified) -!18 = !DILocalVariable(name: "b", arg: 2, scope: !12, file: !3, line: 6, type: !6, flags: DIFlagArgumentNotModified) +!17 = !DILocalVariable(name: "a", arg: 1, scope: !12, file: !3, line: 6, type: !6) +!18 = !DILocalVariable(name: "b", arg: 2, scope: !12, file: !3, line: 6, type: !6) !19 = !DILocation(line: 0, scope: !12) !20 = !DILocation(line: 7, scope: !12) !21 = !DILocation(line: 8, scope: !12) |