Fix operand type for int_x86_ssse3_phadd_sw_128 intrinsic
[oota-llvm.git] / test / CodeGen / CBackend / 2007-07-11-PackedStruct.ll
1 ; RUN: llc < %s -march=c | grep {packed}
2
3         %struct.p = type <{ i16 }>
4
5 define i32 @main() {
6 entry:
7         %t = alloca %struct.p, align 2
8         ret i32 5
9 }