[llvm] r306133 - Fix Wdocumentation warning.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 11:03:05 PDT 2017
Author: rksimon
Date: Fri Jun 23 13:03:04 2017
New Revision: 306133
URL: http://llvm.org/viewvc/llvm-project?rev=306133&view=rev
Log:
Fix Wdocumentation warning.
Modified:
llvm/trunk/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
Modified: llvm/trunk/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h?rev=306133&r1=306132&r2=306133&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h (original)
+++ llvm/trunk/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h Fri Jun 23 13:03:04 2017
@@ -484,8 +484,6 @@ public:
/// \pre The bits defined by each Op (derived from index and scalar size) must
/// not overlap.
/// \pre \p Indices must be in ascending order of bit position.
- ///
- /// \return a MachineInstrBuilder for the newly created instruction.
void buildSequence(unsigned Res, ArrayRef<unsigned> Ops,
ArrayRef<uint64_t> Indices);
More information about the llvm-commits
mailing list