Instead of r74522, use another approach to fix xfail_regionstore_wine_crash.c.

Mark the super region of the binding of block level expr in the Environment
as live.

llvm-svn: 74525
This commit is contained in:
Zhongxing Xu
2009-06-30 13:00:53 +00:00
parent e205d43c75
commit 703db197e3
2 changed files with 11 additions and 3 deletions

View File

@@ -138,7 +138,6 @@ void TransferFuncs::Visit(Stmt *S) {
else {
// For block-level expressions, mark that they are live.
LiveState(S,AD) = Alive;
StmtVisitor<TransferFuncs,void>::Visit(S);
}
}