llvm-svn: 34372
This commit is contained in:
Chris Lattner 2007-02-17 06:57:11 +00:00
parent 4a9c0bb147
commit 3723c90455
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,6 @@
; RUN: llvm-as < %s | llc -march=ppc32 | grep 'stw r3, 32751' &&
; RUN: llvm-as < %s | llc -march=ppc64 | grep 'stw r3, 32751' &&
; RUN: llvm-as < %s | llc -march=ppc64 | grep 'std r2, 9024' &&
; RUN: llvm-as < %s | llc
define void @test() {
@ -7,3 +8,8 @@ define void @test() {
ret void
}
define void @test2() {
store i64 0, i64* inttoptr (i64 74560 to i64*)
ret void
}