discard incompletely extracted compound statements with variable declarations
commitb7f8f8baa65da3e9170cff0d9ccaca1dd7ff40a9
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 30 Jul 2013 13:01:58 +0000 (30 15:01 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 30 Jul 2013 15:55:26 +0000 (30 17:55 +0200)
tree0e570e8a514a1a700738328de9f9c51e00cfd4fa
parent61fc3b8f78c581e4091a767b84ee57ab4670921c
discard incompletely extracted compound statements with variable declarations

A compound statement with variable declarations must be extracted completely
since the variable is assumed to be killed at the end of the scop.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
scan.cc