use an x86 t-t for an x86 test. Thanks to Dan for noticing this!
[oota-llvm.git] / test / CodeGen / PowerPC / reg-coalesce-simple.ll
1 ; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep or
2
3 %struct.foo = type { int, int, [0 x ubyte] }
4 int %test(%struct.foo* %X) {
5         %tmp1 = getelementptr %struct.foo* %X, int 0, uint 2, int 100
6         %tmp = load ubyte* %tmp1                ; <ubyte> [#uses=1]
7         %tmp2 = cast ubyte %tmp to int          ; <int> [#uses=1]
8         ret int %tmp2}
9
10
11