diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-09-03 16:34:46 +0100 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-09-03 17:43:34 +0100 |
commit | b196c7192ff3d3700e77691bdc13fc14b0f46502 (patch) | |
tree | f3c1b9f7b62c80c4702f651e54920c1a36f201d7 /llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | |
parent | 2391a34f9f529705a9c7761df350e7f012cca191 (diff) | |
download | llvm-b196c7192ff3d3700e77691bdc13fc14b0f46502.zip llvm-b196c7192ff3d3700e77691bdc13fc14b0f46502.tar.gz llvm-b196c7192ff3d3700e77691bdc13fc14b0f46502.tar.bz2 |
Fix Wdocumentation warning. NFCI.
Remove \returns tag from a void function
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp index a0e85c8..cfaec85 100644 --- a/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp +++ b/llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp @@ -1313,7 +1313,6 @@ private: bool transferSpillOrRestoreInst(MachineInstr &MI); /// Examines \p MI for any registers that it defines, and notifies trackers. - /// \returns true if MI was recognized and processed. void transferRegisterDef(MachineInstr &MI); /// Copy one location to the other, accounting for movement of subregisters |