Sign in
swiftshader
/
SwiftShader
/
7213c4b9a206aee7391ee4d652e9fda8d568b336
/
.
/
src
/
LLVM
/
test
/
CodeGen
/
PowerPC
/
2005-01-14-UndefLong.ll
blob: 7c190b2bfc8e29c52ead0cb24916961dbaf7aa24 [
file
]
; RUN: llc < %s -march=ppc32
define
i64
@test
()
{
ret
i64
undef
}