Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep strb |
2 | ; RUN: llvm-upgrade < %s | llvm-as | llc -march=arm | grep strh | ||||
3 | |||||
4 | void %f1() { | ||||
5 | entry: | ||||
6 | store ubyte 0, ubyte* null | ||||
7 | ret void | ||||
8 | } | ||||
9 | |||||
10 | void %f2() { | ||||
11 | entry: | ||||
12 | store short 0, short* null | ||||
13 | ret void | ||||
14 | } |