summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorPavel Labath <pavel@labath.sk>2019-03-27 10:02:36 +0000
committerPavel Labath <pavel@labath.sk>2019-03-27 10:02:36 +0000
commitab0f18076b11972429e7d04cb818582f949f03b5 (patch)
tree27788adc31490421a6cf9dd883dc825151c713af /llvm/lib/Target
parentcf6c19c2d35c4dc22fc6e3c405ab7a4071848fc2 (diff)
downloadbcm5719-llvm-ab0f18076b11972429e7d04cb818582f949f03b5.tar.gz
bcm5719-llvm-ab0f18076b11972429e7d04cb818582f949f03b5.zip
Fix a "memset clearing an object of non-trivial type" warning in DWARFFormValue
This is diagnosed by gcc-8. The ValueType struct already has a default constructor which performs zero-initialization, so we can just call that instead of using memset. llvm-svn: 357056
Diffstat (limited to 'llvm/lib/Target')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud