summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/GlobalISel/irtranslator/ret.ll
blob: a8e710c63c8d35f0caec91b54259d4a2ba3665ce (plain)
1
2
3
4
5
6
7
8
9
10
11
; 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
}
OpenPOWER on IntegriCloud