Commits

Roman Levenstein committed 2350895b082
Fix the test: Use parameters instead of literals. NFC. Literals could be folded even without the new XOR optimizations in certain cases. But non-literal values can be handled only by means of this new optimization. Thanks Mark for noticing this. rdar://20280322 Swift SVN r26578