Go to file
Daniel Dunbar 2efd538f61 Add infrastructure for proper @finally support.
- Provides a basic primitive to jump to an arbitrary basic block,
   through the finally code.

 - Only used for return statements and rethrow currently. Still need
   to handle break, continue and goto.

 - Code still needs to be shuffled around to live elsewhere.

llvm-svn: 56827
2008-09-30 01:06:03 +00:00
clang Add infrastructure for proper @finally support. 2008-09-30 01:06:03 +00:00
llvm Move the GlobalBaseReg field out of X86ISelDAGToDAG.cpp 2008-09-30 00:58:23 +00:00