summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-10-01 10:32:19 +0000
committerGabor Greif <ggreif@gmail.com>2010-10-01 10:32:19 +0000
commit47a3b8c30bac5d6f35a18474d82e9422c1cfdd8c (patch)
tree19efc3c064f2b46eda9094d94337e2153e2f9e97 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
parenta39904e6b9fa9fea6b648fa7ca3f434fe51a454a (diff)
downloadbcm5719-llvm-47a3b8c30bac5d6f35a18474d82e9422c1cfdd8c.tar.gz
bcm5719-llvm-47a3b8c30bac5d6f35a18474d82e9422c1cfdd8c.zip
typo
llvm-svn: 115310
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
index ddd1df3f49e..fca9893db89 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -4137,7 +4137,7 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
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
OpenPOWER on IntegriCloud