14 lines
344 B
LLVM
14 lines
344 B
LLVM
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
|
|
; RUN: llc -mtriple=mipsel-windows-gnu < %s | FileCheck %s -check-prefix=MIPSEL
|
|
|
|
define void @unreachable() {
|
|
; MIPSEL-LABEL: unreachable:
|
|
; MIPSEL: # %bb.0: # %entry
|
|
; MIPSEL-NEXT: .insn
|
|
; MIPSEL-NEXT: nop
|
|
|
|
entry:
|
|
unreachable
|
|
}
|
|
|