mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
c118cf7c71
until this directive is pushed in gas to open source fsf Patch by Reed Kotler. llvm-svn: 158381
14 lines
190 B
LLVM
14 lines
190 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: jr $ra
|
|
|
|
}
|