[llvm] d133a21 - [SelectionDAG] Add newline to a debug message
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 3 05:33:48 PST 2021
Author: Jay Foad
Date: 2021-12-03T13:33:32Z
New Revision: d133a21b71316175bab2f616f57727801daae471
URL: https://github.com/llvm/llvm-project/commit/d133a21b71316175bab2f616f57727801daae471
DIFF: https://github.com/llvm/llvm-project/commit/d133a21b71316175bab2f616f57727801daae471.diff
LOG: [SelectionDAG] Add newline to a debug message
Added:
Modified:
llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
Removed:
################################################################################
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index c7e37cf8ca141..2187fc6f8e9a1 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -297,7 +297,7 @@ TargetLowering::EmitInstrWithCustomInserter(MachineInstr &MI,
#ifndef NDEBUG
dbgs() << "If a target marks an instruction with "
"'usesCustomInserter', it must implement "
- "TargetLowering::EmitInstrWithCustomInserter!";
+ "TargetLowering::EmitInstrWithCustomInserter!\n";
#endif
llvm_unreachable(nullptr);
}
More information about the llvm-commits
mailing list