8625704ad8
Former-commit-id: 67aa10e65b237e1c4537630979ee99ebe1374215
14 lines
167 B
LLVM
14 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
|
|
|
|
}
|