File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
llvm/include/llvm/CodeGen Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1613,10 +1613,10 @@ class SelectionDAG {
1613
1613
// / Expand the specified \c ISD::VACOPY node as the Legalize pass would.
1614
1614
SDValue expandVACopy (SDNode *Node);
1615
1615
1616
- // / Returs an GlobalAddress of the function from the current module with
1616
+ // / Return a GlobalAddress of the function from the current module with
1617
1617
// / name matching the given ExternalSymbol. Additionally can provide the
1618
1618
// / matched function.
1619
- // / Panics the function doesn't exists .
1619
+ // / Panic if the function doesn't exist .
1620
1620
SDValue getSymbolFunctionGlobalAddress (SDValue Op,
1621
1621
Function **TargetFunction = nullptr );
1622
1622
@@ -2255,7 +2255,7 @@ class SelectionDAG {
2255
2255
std::pair<EVT, EVT> GetDependentSplitDestVTs (const EVT &VT, const EVT &EnvVT,
2256
2256
bool *HiIsEmpty) const ;
2257
2257
2258
- // / Split the vector with EXTRACT_SUBVECTOR using the provides
2258
+ // / Split the vector with EXTRACT_SUBVECTOR using the provided
2259
2259
// / VTs and return the low/high part.
2260
2260
std::pair<SDValue, SDValue> SplitVector (const SDValue &N, const SDLoc &DL,
2261
2261
const EVT &LoVT, const EVT &HiVT);
You can’t perform that action at this time.
0 commit comments