llvm-for-llvmta/test/CodeGen/Mips/GlobalISel/irtranslator/ret.ll

12 lines
342 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; 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
}