[PPC] Handling CallInst in PPCBoolRetToInt
This patch fixes pr25548. Current implementation of PPCBoolRetToInt doesn't handle CallInst correctly, so it failed to do the intended optimization when there is a CallInst with parameters. This patch fixed that. llvm-svn: 277655
Loading
Please register or sign in to comment