blob: 3a2907d5d7b9dbe1f3e72aa206f60ab4ce8beefe [file] [log] [blame]
Bill Wendlingdc867042010-07-16 22:51:10 +00001; RUN: llc < %s -mtriple=powerpc-apple-darwin | FileCheck -check-prefix=CHECK-NO-FP %s
2; RUN: llc < %s -mtriple=powerpc-apple-darwin -disable-fp-elim | FileCheck -check-prefix=CHECK-FP %s
3
4define void @func() {
5entry:
6 unreachable
7}
8; CHECK-NO-FP: _func:
9; CHECK-NO-FP: nop
10
11; CHECK-FP: _func:
12; CHECK-FP: nop