summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/generic-cpu.ll
blob: 10b1030dab173a4c09a90751f56dc26fdfb35e9a (plain)
1
2
3
4
5
6
7
; RUN: llc -mtriple=hexagon-unknown-elf -mcpu=generic < %s | FileCheck %s

; CHECK-NOT: invalid CPU

define i32 @test(i32 %a) {
  ret i32 0
}
OpenPOWER on IntegriCloud