target-xtensa: add fallthrough markers
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 21 Jan 2013 14:40:04 +0000 (18:40 +0400)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 29 Jul 2013 14:24:27 +0000 (18:24 +0400)
commit5739006b9ab1ae3680359db5a291eae97eef0f9f
tree7997b1d2ee5b812854a99a7d0b39ed64c800e44b
parent7be9d0e6d15c2f4b1a06912128c17b4eb1f32705
target-xtensa: add fallthrough markers

Explicitly mark cases where we are deliberately falling through to the
following code.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target-xtensa/op_helper.c