1 ; RUN: not --crash llc -global-isel -mtriple=powerpc-unknown-linux-gnu \
2 ; RUN: -o - < %s 2>&1 | FileCheck %s --check-prefix=BE
3 ; RUN: not --crash llc -global-isel -mtriple=powerpcle-unknown-linux-gnu \
4 ; RUN: -o - < %s 2>&1 | FileCheck %s --check-prefix=BIT32
6 ; BE: LLVM ERROR: unable to translate in big endian mode
8 ; BIT32: LLVM ERROR: unable to legalize instruction: [[LOAD:%[0-9]+]]:_(s64) = G_LOAD{{.*}}load (s64) from constant-pool
10 define double @foo() {
12 ret double 1.000000e+00