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
Loading
Please register or sign in to comment
return, clone the 'ret' BB code into the block AFTER the inlined call, not the other way around. llvm-svn: 15030