Sign in
llvm
/
llvm-project
/
llvm
/
e2aefd1584a705e249ca12297781bc6931c4c0cf
/
.
/
test
/
CodeGen
/
PowerPC
/
2005-01-14-UndefLong.ll
blob: 671bf804ed323b064fc52698b2ab5ebfe6f13c5c [
file
]
; RUN: llc < %s -march=ppc32
define
i64
@test
()
{
ret
i64
undef
}