Remove bogus "unsupported" case for vectors (which shouldn't
authorEli Friedman <eli.friedman@gmail.com>
Thu, 30 Jul 2009 01:10:26 +0000 (01:10 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 30 Jul 2009 01:10:26 +0000 (01:10 +0000)
commite8caa2a72f4846ef01cde232b753ac180f9b20db
treea02790c303c676b6eb987525522a1b5671e8f769
parent776d3401d274c80f782dc39fa6c51954af14bf76
Remove bogus "unsupported" case for vectors (which shouldn't
ever trigger).  Add an "unsupported" case that triggers for C++ code.

It would be nice if someone would implement this properly... it
shouldn't be too hard, but I haven't looked closely at the relevant
code.

llvm-svn: 77562
clang/lib/CodeGen/CGExpr.cpp