blob: a8e710c63c8d35f0caec91b54259d4a2ba3665ce [file] [log] [blame]
; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
; RUN: llc -O0 -mtriple=mipsel-linux-gnu -global-isel -stop-after=irtranslator -verify-machineinstrs %s -o - | FileCheck %s -check-prefixes=MIPS32
define void @void() {
; MIPS32-LABEL: name: void
; MIPS32: bb.1.entry:
; MIPS32: RetRA
entry:
ret void
}