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 | 019d255d3e0041d70f2a59303013d9337dd980a2 (patch) | |
tree | 9f417b3a73c37c789515ba8de62be37486e352e0 /llvm/lib/CodeGen/AsmPrinter/DIE.cpp | |
parent | adec587d5cbed8860e70f16e6469b9446c45492a (diff) | |
download | bcm5719-llvm-019d255d3e0041d70f2a59303013d9337dd980a2.tar.gz bcm5719-llvm-019d255d3e0041d70f2a59303013d9337dd980a2.zip |
Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some
lines. No functionality change.
llvm-svn: 136458
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DIE.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DIE.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp b/llvm/lib/CodeGen/AsmPrinter/DIE.cpp index 21396ca37f0..9c1ce761b0c 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DIE.cpp +++ b/llvm/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. |