]> granicus.if.org Git - clang/commit
avoid making constant folding logic eliminate obviously dead bitcasts, speeding up...
authorChris Lattner <sabre@nondot.org>
Sat, 21 Mar 2009 06:53:34 +0000 (06:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 21 Mar 2009 06:53:34 +0000 (06:53 +0000)
commit8f431a554367d2828b82612b456c3a2ce737e799
tree031da8f7e5f63d310c4cf3a1571d54a163a8efd3
parent91058ff73fd3b00275348dd4d49f83501dfc0542
avoid making constant folding logic eliminate obviously dead bitcasts, speeding up PR3810
by ~2%.

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