Don't crash when emitting a glvalue conditional where one arm is a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Jun 2014 18:43:47 +0000 (18:43 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 20 Jun 2014 18:43:47 +0000 (18:43 +0000)
commitf3076ff2fd325d7ea74ced48f2e741baceef6460
treece1f564f0326917fa13562b1e2c4c8c4326617a5
parent5c4a3d3118efaa97ea8b98954c4adee222f3fd41
Don't crash when emitting a glvalue conditional where one arm is a
throw-expression. Based on a patch by Marius Wachtler!

llvm-svn: 211388
clang/lib/CodeGen/CGExpr.cpp
clang/test/CodeGenCXX/throw-expressions.cpp