mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
13 lines
167 B
LLVM
13 lines
167 B
LLVM
; 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
|
|
|
|
}
|