Replace all instances of dg.exp file with lit.local.cfg, since all tests are run...
[oota-llvm.git] / test / Transforms / SCCP / apint-bigint.ll
1 ; RUN: opt < %s -sccp -S | not grep xor
2
3 define 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 }