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 | 6bf263b4a2837161f827dbd711957d0e3ffa16e2 (patch) | |
tree | 4ab30a3744f10c2e3f28dac21b8a076425c8822e /lib/CodeGen | |
parent | e0518449c7aa87e0bedb7178d37572797af37bac (diff) | |
download | external_llvm-6bf263b4a2837161f827dbd711957d0e3ffa16e2.zip external_llvm-6bf263b4a2837161f827dbd711957d0e3ffa16e2.tar.gz external_llvm-6bf263b4a2837161f827dbd711957d0e3ffa16e2.tar.bz2 |
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115300 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 2c77050..ddd1df3 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/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 |