Go to file
Dan Gohman 298a2946f1 Delete the heuristic for non-livein CopyFromReg nodes. Non-liveinness
is determined by whether the node has a Flag operand. However, if the
node does have a Flag operand, it will be glued to its register's
def, so the heuristic would end up spuriously applying to whatever
node is the def.

llvm-svn: 64319
2009-02-11 20:25:59 +00:00
clang Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block. 2009-02-11 20:05:44 +00:00
llvm Delete the heuristic for non-livein CopyFromReg nodes. Non-liveinness 2009-02-11 20:25:59 +00:00