[PATCH] D122993: Fix nulltpr typo in comment
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 4 09:05:11 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG28a681316ff0: Fix nulltpr typo in comment. NFC (authored by iliya-diyachkov, committed by MaskRay).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122993/new/
https://reviews.llvm.org/D122993
Files:
llvm/include/llvm/Target/TargetLoweringObjectFile.h
llvm/lib/MC/MCWin64EH.cpp
Index: llvm/lib/MC/MCWin64EH.cpp
===================================================================
--- llvm/lib/MC/MCWin64EH.cpp
+++ llvm/lib/MC/MCWin64EH.cpp
@@ -514,7 +514,7 @@
}
// 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*
Index: llvm/include/llvm/Target/TargetLoweringObjectFile.h
===================================================================
--- llvm/include/llvm/Target/TargetLoweringObjectFile.h
+++ llvm/include/llvm/Target/TargetLoweringObjectFile.h
@@ -277,7 +277,7 @@
}
/// 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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122993.420200.patch
Type: text/x-patch
Size: 1146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220404/64c0002d/attachment.bin>
More information about the llvm-commits
mailing list