DI: Update for LLVM API change for local variables
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 31 Jul 2015 17:56:14 +0000 (17:56 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 31 Jul 2015 17:56:14 +0000 (17:56 +0000)
commite430654fd85a04f04c93eab40ba7fe87d8657130
treea69b6d46a9715d6fd1bb1b2a60becd68e1cd6b86
parent1e40dc42cd1bff905323186bc0184f260902f6dd
DI: Update for LLVM API change for local variables

Adjust to LLVM DIBuilder API changes in r243764, using
`createAutoVariable()` and `createParameterVariable()` in place of
`createLocalVariable()`.  No real functionality change here.

llvm-svn: 243765
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h