OSDN Git Service

Do not allow fallthroughs in switch statements. This fixes PR37,
authorChris Lattner <sabre@nondot.org>
Mon, 13 Oct 2003 20:32:04 +0000 (20:32 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Oct 2003 20:32:04 +0000 (20:32 +0000)
commit3875657ee5eef43707b8481143df7630b689432b
tree57fb9bf163189dbea3ba9fbdca0d0e88335f76a1
parentd12fa6c1045c80e314dbc3be3a2d7b45652a62ad
Do not allow fallthroughs in switch statements.  This fixes PR37,
253.perlbmk, and test/Programs/SingleSource/UnitTests/2003-10-13-SwitchTest.c!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9101 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp