aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGException.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-04-17 23:21:26 +0000
committerChris Lattner <sabre@nondot.org>2011-04-17 23:21:26 +0000
commit421048698b6b6bf86754190bcfe98a0ed82ee5b5 (patch)
treeed832ae025ced205bcd95935183e876906d14ac6 /lib/CodeGen/CGException.cpp
parentf54d81f516ee01467ab0ed54b5031e552c857ff7 (diff)
Fix a miscompilation I introduced in r129652, thanks for Eli for tracking
it down. we effectively were compile the testcase into: void test14(int x) { switch (x) { case 11: break; case 42: test14(97); // fallthrough default: test14(42); break; which is not the same thing at all. This fixes a miscompilation of MallocBench/gs seen on the clang-x86_64-linux-fnt buildbot. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129679 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGException.cpp')
0 files changed, 0 insertions, 0 deletions