]> granicus.if.org Git - clang/commit
Lift CodeGenFunction::EmitPredefinedFunctioName out of EmitPredefinedLValue.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 17 Oct 2008 21:58:32 +0000 (21:58 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 17 Oct 2008 21:58:32 +0000 (21:58 +0000)
commit662b71ee82339c67f2c3689196e716c6560cf925
tree3ed57a543cce0de1a7dfaad2bf2a45b0b711684d
parent5fabf9dbee29464bcd06cd09f8e569d1b850f948
Lift CodeGenFunction::EmitPredefinedFunctioName out of EmitPredefinedLValue.
 - Shouldn't assume predefined expr is a function printing one.
 - Uses CGM functionality to cache function names per module.

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