Fix PR7272: when inlining through a callsite with byval arguments,
the newly created allocas may be used by inlined calls, so these need to have their tail call flags cleared. Fixes PR7272. llvm-svn: 105255
Loading
Please register or sign in to comment