]> granicus.if.org Git - clang/commit
Add a sanity assertion so that we don't silently generate bad code; I'll file
authorEli Friedman <eli.friedman@gmail.com>
Sun, 27 Dec 2009 07:02:50 +0000 (07:02 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Sun, 27 Dec 2009 07:02:50 +0000 (07:02 +0000)
commit8f5d7404da36f689b0005fc0fb5bba398c3919a9
treeec2a58093bc1379a5d839fa4d16b33b732279b1f
parent190ccccdc481602e518a06d699156b1d203d09db
Add a sanity assertion so that we don't silently generate bad code; I'll file
a bug with a testcase hitting this assertion in a moment.

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