[llvm] 3fd75ce - [NFC] fix typo
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 1 03:48:22 PDT 2022
Author: Sheng
Date: 2022-06-01T18:48:03+08:00
New Revision: 3fd75ce9c4ab5cf8fb3ad87a06649c14eab7f88f
URL: https://github.com/llvm/llvm-project/commit/3fd75ce9c4ab5cf8fb3ad87a06649c14eab7f88f
DIFF: https://github.com/llvm/llvm-project/commit/3fd75ce9c4ab5cf8fb3ad87a06649c14eab7f88f.diff
LOG: [NFC] fix typo
Added:
Modified:
llvm/include/llvm/CodeGen/TargetFrameLowering.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/TargetFrameLowering.h b/llvm/include/llvm/CodeGen/TargetFrameLowering.h
index 263cbcda8c114..fbce5d7a9102a 100644
--- a/llvm/include/llvm/CodeGen/TargetFrameLowering.h
+++ b/llvm/include/llvm/CodeGen/TargetFrameLowering.h
@@ -223,7 +223,7 @@ class TargetFrameLowering {
emitCalleeSavedFrameMovesFullCFA(MachineBasicBlock &MBB,
MachineBasicBlock::iterator MBBI) const {}
- /// Returns true if we may need to fix the unwind infportmation for the
+ /// Returns true if we may need to fix the unwind information for the
/// function.
virtual bool enableCFIFixup(MachineFunction &MF) const;
More information about the llvm-commits
mailing list