]> granicus.if.org Git - clang/commit
minor cleanup: don't emit the base of an array subscript until after
authorChris Lattner <sabre@nondot.org>
Sat, 26 Jun 2010 22:40:46 +0000 (22:40 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 26 Jun 2010 22:40:46 +0000 (22:40 +0000)
commita4d94ab50ff3164bcbf4709a92a98e06c23a7459
treee569f4446b9aeed107c28ad5960c300406f7bd51
parent640d3267228415328c0feb2bcc35757230ab4db7
minor cleanup: don't emit the base of an array subscript until after
we're done diddling around with the index stuff.  Use a cheaper type
comparison.

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