OSDN Git Service

[DWARF] Simplify DWARFAttribute. NFC.
authorIgor Kudrin <ikudrin@accesssoftek.com>
Tue, 16 Jul 2019 06:53:06 +0000 (06:53 +0000)
committerIgor Kudrin <ikudrin@accesssoftek.com>
Tue, 16 Jul 2019 06:53:06 +0000 (06:53 +0000)
commitd29649567daa79bf5f1c21d97f37ed3057c53839
treed4d6d0c3a1c6282bbcc889d19452e23967e700ce
parentf548d5af29d17534ab1a116969f0797deab59368
[DWARF] Simplify DWARFAttribute. NFC.

The first argument in the constructor was ignored, and the remaining
arguments were always passed as their defaults.

Differential Revision: https://reviews.llvm.org/D64407

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366188 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/DWARF/DWARFAttribute.h
lib/DebugInfo/DWARF/DWARFDie.cpp