Go to file
Chris Lattner 45b50d14c9 Fix a serious code pessimization problem. If an inlined function has a single
return, clone the 'ret' BB code into the block AFTER the inlined call, not the
other way around.

llvm-svn: 15030
2004-07-20 05:45:24 +00:00
llvm Fix a serious code pessimization problem. If an inlined function has a single 2004-07-20 05:45:24 +00:00