blob: 7b3e9b4f092ff6f6dd3b621a750877f4a6918f75 [file] [log] [blame]
Tanya Lattner348c6182008-03-25 04:26:08 +00001; RUN: llvm-as < %s | llc -march=ppc32
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
Tanya Lattner348c6182008-03-25 04:26:08 +00003define i64 @test() {
4 ret i64 undef
5}