mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2026-01-22 15:15:58 +00:00
14 lines
191 B
LLVM
14 lines
191 B
LLVM
; RUN: llc -march=mipsel -mcpu=mips16 < %s | FileCheck %s -check-prefix=16
|
|
|
|
|
|
define i32 @main() nounwind {
|
|
entry:
|
|
ret i32 0
|
|
|
|
; 16: .set mips16 # @main
|
|
|
|
|
|
; 16: jrc $ra
|
|
|
|
}
|