summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-26 04:44:27 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2015-02-26 04:44:27 +0000
commita346e03084dbaa16fa21862ec58db075fec64514 (patch)
tree885731bef3529a90667db03f2b37022b44b27714 /llvm/lib/Transforms
parentc316bbb9123609ffa90ead8ae243ff1337836930 (diff)
downloadbcm5719-llvm-a346e03084dbaa16fa21862ec58db075fec64514.tar.gz
bcm5719-llvm-a346e03084dbaa16fa21862ec58db075fec64514.zip
CGDebugInfo: Use DIImportedEntity default constructor, NFC
Use the newly minted `DIImportedEntity` default constructor (r230609) rather than explicitly specifying `nullptr`. The latter will become ambiguous when the new debug info hierarchy is committed, since we'll have both of the following: explicit DIImportedEntity(const MDNode *); DIImportedEntity(const MDImportedEntity *); (Currently we just have the former.) A default constructor is just as clear. llvm-svn: 230610
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud