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


; RUN: llc < %s -march=ppc32

define i64 @test() {
        ret i64 undef
}