bolt/deps/llvm-18.1.8/llvm/test/CodeGen/Mips/null.ll

14 lines
167 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: llc -march=mipsel -mattr=mips16 < %s | FileCheck %s -check-prefix=16
define i32 @main() nounwind {
entry:
ret i32 0
; 16: .set mips16
; 16: jrc $ra
}