]> granicus.if.org Git - llvm/commit
[DWARF] - Rename variable. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 10 Jul 2017 10:04:51 +0000 (10:04 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 10 Jul 2017 10:04:51 +0000 (10:04 +0000)
commit72f54aa84f9f3ee98b593102b7ae43d2839b9766
tree9f348c482bfbfc6229d11bfba1d9050e76e753e7
parent33dd96a2733191759251e7d4cb615912e461d514
[DWARF] - Rename variable. NFC.

Variable was called 'Name' and contained text
name of relocation type. Problem was that
outside of this error handling scope we already
have different 'Name' variable that contains
section name.

Change helps to avoid confusion.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307530 91177308-0d34-0410-b5e6-96231b3b80d8
lib/DebugInfo/DWARF/DWARFContext.cpp