1 ; This tests that llc accepts Nios2 target.
3 ; RUN: not not llc < %s -asm-verbose=false -march=nios2 2>&1 | FileCheck %s --check-prefix=ARCH
4 ; RUN: not not llc < %s -asm-verbose=false -mtriple=nios2 2>&1 | FileCheck %s --check-prefix=TRIPLE
6 ; ARCH-NOT: invalid target
7 ; TRIPLE-NOT: unable to get target
9 define i32 @f(i32 %i) {