]> granicus.if.org Git - clang/commit
Initialize variable to work around warning; unfortunately, there isn't any
authorEli Friedman <eli.friedman@gmail.com>
Fri, 6 Aug 2010 16:37:05 +0000 (16:37 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Fri, 6 Aug 2010 16:37:05 +0000 (16:37 +0000)
commit16fd39fb11cce33d58ecdd39f25540b85c1542b4
treef8233c584c11a60cdc9b4f32910e9d6eb15247b1
parenta1f024c1a5c49f87ee1d0767afc0437c4e4dbecf
Initialize variable to work around warning; unfortunately, there isn't any
way to tell gcc "really, values outside the enum aren't valid".

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