brintos

brintos / llvm-project-archived public Read only

0
0
Text · 348 B · 0c89e15 Raw
13 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc  -O0 -mtriple=mipsel-linux-gnu -global-isel  -verify-machineinstrs %s -o -| FileCheck %s -check-prefixes=MIPS323 4define void @void() {5; MIPS32-LABEL: void:6; MIPS32:       # %bb.0: # %entry7; MIPS32-NEXT:    jr $ra8; MIPS32-NEXT:    nop9entry:10  ret void11}12 13