aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/M68k/m6888x-features.ll
blob: 5145d6452e76bb5619a801c9615679da7282ad58 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: llc -mtriple=m68k -mattr="+isa-68881" %s -o - 2>&1 | FileCheck %s
; RUN: llc -mtriple=m68k -mattr="+isa-68882" %s -o - 2>&1 | FileCheck %s

define dso_local i32 @f() {
entry:
  ret i32 0
}

; Make sure that all of the features listed are recognized.
; CHECK-NOT:    is not a recognized feature for this target