Fix PR3934 part 2. findOnlyInterestingUse() was not setting IsCopy and...
Fix PR3934 part 2. findOnlyInterestingUse() was not setting IsCopy and IsDstPhys which are returned by value and used by callee. This happened to work on the earlier test cases because of a logic error in the caller side. llvm-svn: 69006
Loading
Please register or sign in to comment