Go to file
Zhongxing Xu d29e74e658 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
2009-06-30 12:11:58 +00:00
clang Block level expr should be visited. Otherwise variables in init expr of 2009-06-30 12:11:58 +00:00
compiler-rt Initial import of compiler-rt. 2009-06-26 16:47:03 +00:00
llvm Temporarily restore the scavenger implicit_def checking code. MachineOperand isUndef mark is not being put on implicit_def of physical registers (created for parameter passing, etc.). 2009-06-30 09:19:42 +00:00