[llvm] d4c7ade - [NFC] Fix typo.
Kai Luo via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 21:59:22 PST 2020
Author: Kai Luo
Date: 2020-02-11T13:58:35+08:00
New Revision: d4c7ade1280f4c8adf9b9404c6323da73c18b612
URL: https://github.com/llvm/llvm-project/commit/d4c7ade1280f4c8adf9b9404c6323da73c18b612
DIFF: https://github.com/llvm/llvm-project/commit/d4c7ade1280f4c8adf9b9404c6323da73c18b612.diff
LOG: [NFC] Fix typo.
Added:
Modified:
llvm/include/llvm/CodeGen/AsmPrinter.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/AsmPrinter.h b/llvm/include/llvm/CodeGen/AsmPrinter.h
index dc2de3bafc5b..7d2034f88d36 100644
--- a/llvm/include/llvm/CodeGen/AsmPrinter.h
+++ b/llvm/include/llvm/CodeGen/AsmPrinter.h
@@ -103,7 +103,7 @@ class AsmPrinter : public MachineFunctionPass {
/// This is a pointer to the current MachineModuleInfo.
MachineModuleInfo *MMI = nullptr;
- /// This is a pointer to the current MachineLoopInfo.
+ /// This is a pointer to the current MachineDominatorTree.
MachineDominatorTree *MDT = nullptr;
/// This is a pointer to the current MachineLoopInfo.
More information about the llvm-commits
mailing list