summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2005-01-14-UndefLong.ll
blob: 39824caaa12f22e2bc054029706cc82b2d1da991 (plain)
1
2
3
4
5
; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32--

define i64 @test() {
        ret i64 undef
}