Fixes the crash reported in PR15608. llvm-svn: 178429
It cahced XOR's operands before calling visitXOR() but failed to update the operands when visitXOR changed the XOR node. rdar://12968664 llvm-svn: 171999