2005-01-14-UndefLong.ll   [plain text]


; RUN: llvm-as < %s | llc -march=ppc32

define i64 @test() {
        ret i64 undef
}