]> granicus.if.org Git - clang/commit
introduce a new CodeGenModule::getIntrinsic method, which wraps
authorChris Lattner <sabre@nondot.org>
Tue, 18 Dec 2007 00:25:38 +0000 (00:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 18 Dec 2007 00:25:38 +0000 (00:25 +0000)
commit7acda7c4a0e4aec6c003b3169ca45a5f3bc7e033
tree51c00d9ff14a1c0324d1f1af826875e65f3cf234
parent8d54bf2e280bdfc917e7faacbf99ae477d8aa6db
introduce a new CodeGenModule::getIntrinsic method, which wraps
Intrinsic::getDeclaration, allowing much more terse code.

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