xref: /aosp_15_r20/external/llvm/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=ppc32
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workerdefine i64 @test() {
4*9880d681SAndroid Build Coastguard Worker        ret i64 undef
5*9880d681SAndroid Build Coastguard Worker}
6