1; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2; RUN: llc -O0 -mtriple=mipsel-linux-gnu -global-isel -stop-after=irtranslator -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS32
3
4
5define void @void() {
6  ; MIPS32-LABEL: name: void
7  ; MIPS32: bb.1.entry:
8  ; MIPS32:   RetRA
9entry:
10  ret void
11}
12