xref
: /
external
/
llvm
/
test
/
CodeGen
/
PowerPC
/
2005-01-14-UndefLong.ll
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
; RUN: llc < %s -march=ppc32
2
3
define i64 @test() {
4
ret i64 undef
5
}
6