diff options
author | Chris Lattner <sabre@nondot.org> | 2010-10-01 06:54:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-10-01 06:54:02 +0000 |
commit | f08bfdc29f55f1a58e239aa842f46f9cb457d5a5 (patch) | |
tree | cd4f620c2ed7ef7346f67c17af970c1c796ec45f /llvm/lib | |
parent | 81f347fe6d9c27031ad665bde6fcdd16f67bf092 (diff) | |
download | bcm5719-llvm-f08bfdc29f55f1a58e239aa842f46f9cb457d5a5.tar.gz bcm5719-llvm-f08bfdc29f55f1a58e239aa842f46f9cb457d5a5.zip |
fix typo
llvm-svn: 115300
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 2c77050b3c0..ddd1df3f49e 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 arugment then try to emits its dbg value using + // If Address is an argument then try to emits 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 |