Home | History | Annotate | Download | only in Hexagon
      1 ; RUN: llc -mtriple=hexagon-unknown-elf -mcpu=generic < %s | FileCheck %s
      2 
      3 ; CHECK-NOT: invalid CPU
      4 
      5 define i32 @test(i32 %a) {
      6   ret i32 0
      7 }
      8