Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 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 |