freebsd-nq/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll

6 lines
97 B
LLVM
Raw Normal View History

; RUN: llc -verify-machineinstrs < %s -march=ppc32
2009-06-02 17:52:33 +00:00
define i64 @test() {
ret i64 undef
}