1; RUN: opt < %s -sccp -S | not grep xor
2
3define i11129 @test1() {
4        %B = shl i11129 1, 11128
5        %C = sub i11129 %B, 1
6        %D = xor i11129 %B, %C
7
8	ret i11129 %D
9}
10