From c7c5bca330afcd813d1c80cf16e5f833698fdba8 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 23 Jun 2017 18:03:04 +0000 Subject: [PATCH] Fix Wdocumentation warning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306133 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h b/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h index b7215da0fb2..c9327d50432 100644 --- a/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +++ b/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h @@ -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 Ops, ArrayRef Indices); -- 2.11.0