Skip to content

Commit

Permalink
Fix nulltpr typo in comment. NFC
Browse files Browse the repository at this point in the history
The patch fixes the typo "nulltpr", accidentally found in comments.

Reviewed By: MaskRay

Differential Revision: https://reviews.llvm.org/D122993
  • Loading branch information
iliya-diyachkov authored and MaskRay committed Apr 4, 2022
1 parent cf3e401 commit 28a6813
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llvm/include/llvm/Target/TargetLoweringObjectFile.h
Expand Up @@ -277,7 +277,7 @@ class TargetLoweringObjectFile : public MCObjectFileInfo {
}

/// If supported, return the function entry point symbol.
/// Otherwise, returns nulltpr.
/// Otherwise, returns nullptr.
/// Func must be a function or an alias which has a function as base object.
virtual MCSymbol *getFunctionEntryPointSymbol(const GlobalValue *Func,
const TargetMachine &TM) const {
Expand Down
2 changes: 1 addition & 1 deletion llvm/lib/MC/MCWin64EH.cpp
Expand Up @@ -514,7 +514,7 @@ static void ARM64EmitUnwindCode(MCStreamer &streamer, const MCSymbol *begin,
}

// Returns the epilog symbol of an epilog with the exact same unwind code
// sequence, if it exists. Otherwise, returns nulltpr.
// sequence, if it exists. Otherwise, returns nullptr.
// EpilogInstrs - Unwind codes for the current epilog.
// Epilogs - Epilogs that potentialy match the current epilog.
static MCSymbol*
Expand Down

0 comments on commit 28a6813

Please sign in to comment.