OSDN Git Service

[SelectionDAG] Cleanup some code comments. NFC
authorBjorn Pettersson <bjorn.a.pettersson@ericsson.com>
Wed, 6 Feb 2019 17:36:18 +0000 (17:36 +0000)
committerBjorn Pettersson <bjorn.a.pettersson@ericsson.com>
Wed, 6 Feb 2019 17:36:18 +0000 (17:36 +0000)
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

index 558266e..81941d5 100644 (file)
@@ -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);