blob: 8ebd02b79fd71a3b1566c6d372c683b620a9b697 [file] [log] [blame]
; RUN: llvm-as < %s | llc -march=ppc32 &&
; RUN: llvm-as < %s | llc -march=ppc32 | not grep lwz
int %test(int* %P) {
store int 1, int* %P
%V = load int* %P
ret int %V
}