aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/Mips/unreachable.ll
blob: 30087411f7b8925e95518a41fc6ea78f86968335 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
; 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
}