]> granicus.if.org Git - clang/commit
Remove IRgen constant emission assumption that LValue APValue results
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Feb 2009 21:44:24 +0000 (21:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Feb 2009 21:44:24 +0000 (21:44 +0000)
commite20de512d88cf42a26ef994687d87fc6f5826625
tree84a9d90dab2e7265e105bf7184aef69839904046
parent30c37f4d2ee5811e85f692c22fb67d74ddc88079
Remove IRgen constant emission assumption that LValue APValue results
only occur for pointer types; they are also possible for integer types
now.
 - No intended functionality change, IntExprEvaluate doesn't return
   LValue results yet.

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