]> granicus.if.org Git - clang/commit
Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,
authorDan Gohman <gohman@apple.com>
Tue, 20 Jul 2010 20:13:52 +0000 (20:13 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 20 Jul 2010 20:13:52 +0000 (20:13 +0000)
commit4751a53c5e5fed4bf2271e29cae7411c93a77df7
tree982f142329af6b21251b618b5f8429b057157d1f
parent1e51c200b17cb6b0238c10a8760ae04765688f16
Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,
avoiding MDNode overhead.

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