blob: 761fb5a318d3260b819fb1683aed637e3ea1904e [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep lwz
Chris Lattnere64dfbc2005-10-10 21:57:37 +00002int %test(int* %P) {
3 store int 1, int* %P
4 %V = load int* %P
5 ret int %V
6}