diff options
author | Jaydeep Chauhan <jaydeepchauhan1494@gmail.com> | 2020-04-16 11:10:47 -0700 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2020-04-16 11:58:07 -0700 |
commit | 561cb14e743f98da2d505c74515e2e11b3829366 (patch) | |
tree | 4885cd194d94f202851bb2540a24db3ee16c138d /llvm/lib/Support/FileCheck.cpp | |
parent | 94908088a831141cfbdd15fc5837dccf30cfeeb6 (diff) | |
download | llvm-561cb14e743f98da2d505c74515e2e11b3829366.zip llvm-561cb14e743f98da2d505c74515e2e11b3829366.tar.gz llvm-561cb14e743f98da2d505c74515e2e11b3829366.tar.bz2 |
[LLVM] Remove wrong DBG_VALUE instruction with one operand in AArch64 test case
Summary:
AArch64 test case llvm/test/CodeGen/AArch64/branch-target-enforcement.mir is checking for invalid DBG_VALUE instruction with one operand(`DBG_VALUE $lr`). And this DBG_VALUE instruction is echoed from test case it self only.
Correct format of DBG_VALUE is given in below link:
https://llvm.org/docs/SourceLevelDebugging.html#variable-locations-in-instruction-selection-and-mir
Reviewers: dsanders, eli.friedman, jmorse, vsk
Reviewed By: dsanders
Subscribers: kristof.beyls, danielkiss, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D78309
Diffstat (limited to 'llvm/lib/Support/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions