Do not name a variable Ret which is not a return value.
authorRui Ueyama <ruiu@google.com>
Thu, 1 Dec 2016 04:36:51 +0000 (04:36 +0000)
committerRui Ueyama <ruiu@google.com>
Thu, 1 Dec 2016 04:36:51 +0000 (04:36 +0000)
commit3cd22d310418aa308d0c6a2b8ea654520f093838
treef901e5b49cbd6bbbabd75510be01e7e9f9e9f3aa
parentb5f1c3ec0cbecf28535df9b73ef17fccbf4a7e55
Do not name a variable Ret which is not a return value.

llvm-svn: 288309
lld/ELF/ScriptParser.cpp