From 939f04bb50cf608efb236aec93f31a6d74e9769a Mon Sep 17 00:00:00 2001 From: Bjorn Pettersson Date: Wed, 6 Feb 2019 17:36:18 +0000 Subject: [PATCH] [SelectionDAG] Cleanup some code comments. NFC Don't repeat the function name in some doxygen comments. (Just a minor cleanup, while testing to push from the git monorepo setup.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353317 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 558266e485b..81941d55007 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -669,8 +669,8 @@ public: void visit(unsigned Opcode, const User &I); - /// getCopyFromRegs - If there was virtual register allocated for the value V - /// emit CopyFromReg of the specified type Ty. Return empty SDValue() otherwise. + /// If there was virtual register allocated for the value V emit CopyFromReg + /// of the specified type Ty. Return empty SDValue() otherwise. SDValue getCopyFromRegs(const Value *V, Type *Ty); /// If we have dangling debug info that describes \p Variable, or an @@ -679,8 +679,8 @@ public: void dropDanglingDebugInfo(const DILocalVariable *Variable, const DIExpression *Expr); - // resolveDanglingDebugInfo - if we saw an earlier dbg_value referring to V, - // generate the debug data structures now that we've seen its definition. + // If we saw an earlier dbg_value referring to V, generate the debug data + // structures now that we've seen its definition. void resolveDanglingDebugInfo(const Value *V, SDValue Val); SDValue getValue(const Value *V); -- 2.11.0