SSE4 is apparently public now.
[oota-llvm.git] / test / Assembler / 2002-04-05-TypeParsing.ll
1 ; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2
3   %Hosp = type {
4                  { \2 *, { \2, \4 } * },
5                  { \2 *, { \2, \4 } * }
6                }
7
8 implementation