[llvm-commits] [llvm] r115310 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Gabor Greif
ggreif at gmail.com
Fri Oct 1 03:32:19 PDT 2010
Author: ggreif
Date: Fri Oct 1 05:32:19 2010
New Revision: 115310
URL: http://llvm.org/viewvc/llvm-project?rev=115310&view=rev
Log:
typo
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp?rev=115310&r1=115309&r2=115310&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp Fri Oct 1 05:32:19 2010
@@ -4137,7 +4137,7 @@
return 0;
DAG.AddDbgValue(SDV, N.getNode(), isParameter);
} else {
- // If Address is an argument then try to emits its dbg value using
+ // If Address is an argument then try to emit its dbg value using
// virtual register info from the FuncInfo.ValueMap.
if (!EmitFuncArgumentDbgValue(Address, Variable, 0, N)) {
// If variable is pinned by a alloca in dominating bb then
More information about the llvm-commits
mailing list