Indentation change.
[llvm/avr.git] / test / Transforms / InstCombine / 2007-01-18-VectorInfLoop.ll
blob83d05d9d94f764adf6d882b0c1a85e861a4b9108
1 ; RUN: llvm-as < %s | opt -instcombine -disable-output
3 define <4 x i32> @test(<4 x i32> %A) {
4     %B = xor <4 x i32> %A, < i32 -1, i32 -1, i32 -1, i32 -1 > 
5     %C = and <4 x i32> %B, < i32 -1, i32 -1, i32 -1, i32 -1 >
6     ret <4 x i32> %C