Skip to content
Commit d29e74e6 authored by Zhongxing Xu's avatar Zhongxing Xu
Browse files

Block level expr should be visited. Otherwise variables in init expr of

DeclStmt would be dead before the DeclStmt.
For example:
int x = 0;
int y = x;
'x' would be dead before 'int y = x'.

llvm-svn: 74522
parent d0a246fd
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment