]> granicus.if.org Git - clang/commit
Rename D to GD to match the type, which is GlobalDecl
authorReid Kleckner <reid@kleckner.net>
Mon, 22 Jul 2013 13:07:10 +0000 (13:07 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 22 Jul 2013 13:07:10 +0000 (13:07 +0000)
commit73701ea646d067e5d26e83a95ae0e610f0e665ca
treebf8267eb89206ca4a9ace8b91a64a0d2779528f2
parent264947aaf6b8202477dda201d6cde70bc43195e3
Rename D to GD to match the type, which is GlobalDecl

Now we can save GD.getDecl() in D and shorten some casts.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186826 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CodeGenModule.cpp