blob: 2f0b4864d71e1bf3709202caea7c4b28715a7886 [file] [log] [blame]
Chris Lattner6e1472a2007-02-17 06:41:57 +00001; RUN: llvm-as < %s | llc -march=ppc32 | grep 'stw r3, 32751' &&
2; RUN: llvm-as < %s | llc -march=ppc64 | grep 'stw r3, 32751' &&
3; RUN: llvm-as < %s | llc
4
5define void @test() {
6 store i32 0, i32* inttoptr (i64 48725999 to i32*)
7 ret void
8}
9