diff options
author | Manman Ren <manman.ren@gmail.com> | 2014-07-29 22:58:13 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2014-07-29 22:58:13 +0000 |
commit | 72b07e8578b9ea619ba22244d29a2be338e8caea (patch) | |
tree | 6133db104eaa57a1d2ac66e1af1b59c4029bb21d /llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | |
parent | 447755be515ac40977d2f5bffa1f7c42213cf6c6 (diff) | |
download | bcm5719-llvm-72b07e8578b9ea619ba22244d29a2be338e8caea.tar.gz bcm5719-llvm-72b07e8578b9ea619ba22244d29a2be338e8caea.zip |
Feedback on r214189, no functionality change.
llvm-svn: 214240
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp index f49eaca8c23..2139ffcd71c 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp @@ -1168,7 +1168,7 @@ void DwarfUnit::constructTypeDIE(DIE &Buffer, DICompositeType CTy) { bool isPrototyped = true; if (Elements.getNumElements() == 2 && - !resolve(Elements.getElement(1))) + !Elements.getElement(1)) isPrototyped = false; constructSubprogramArguments(Buffer, Elements); |