ARM64: initial backend import
[oota-llvm.git] / test / CodeGen / ARM64 / 2013-01-23-frem-crash.ll
1 ; RUN: llc < %s -march=arm64
2 ; Make sure we are not crashing on this test.
3
4 define void @autogen_SD13158() {
5 entry:
6   %B26 = frem float 0.000000e+00, undef
7   br i1 undef, label %CF, label %CF77
8
9 CF:                                               ; preds = %CF, %CF76
10   store float %B26, float* undef
11   br i1 undef, label %CF, label %CF77
12
13 CF77:                                             ; preds = %CF
14   ret void
15 }