diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-07-29 03:49:23 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-07-29 03:49:23 +0000 |
commit | 3bbb6f79b718e5d972ac3e1c949f3139419b4603 (patch) | |
tree | 01c02f1b43f80aa8a2c357d1b7e31223145a78a9 /lib/CodeGen/AsmPrinter/DIE.cpp | |
parent | 55ba816883842e793cdeb32fcb805c4e011b527f (diff) |
Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some
lines. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136458 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/AsmPrinter/DIE.cpp')
-rw-r--r-- | lib/CodeGen/AsmPrinter/DIE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AsmPrinter/DIE.cpp b/lib/CodeGen/AsmPrinter/DIE.cpp index 21396ca37f..9c1ce761b0 100644 --- a/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/lib/CodeGen/AsmPrinter/DIE.cpp @@ -69,7 +69,7 @@ void DIEAbbrev::Emit(AsmPrinter *AP) const { // Emit attribute type. // FIXME: Doing work even in non-asm-verbose runs. AP->EmitULEB128(AttrData.getAttribute(), - dwarf::AttributeString(AttrData.getAttribute())); + dwarf::AttributeString(AttrData.getAttribute())); // Emit form type. // FIXME: Doing work even in non-asm-verbose runs. |