[AArch64] Regenerate fp16 tests.
[llvm-project.git] / llvm / test / CodeGen / PowerPC / codemodel.ll
blobcbceaf78b176332c658e995c7e74bf45f747ca2e
1 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=powerpc-pc-linux -code-model=tiny < %s 2>&1 | FileCheck %s --check-prefix=TINY
2 ; RUN: not --crash llc -verify-machineinstrs -o - -mtriple=powerpc-pc-linux -code-model=kernel < %s 2>&1 | FileCheck %s --check-prefix=KERNEL
4 ; TINY:    Target does not support the tiny CodeModel
5 ; KERNEL:    Target does not support the kernel CodeModel
7 define void @foo() {
8   ret void