1 ; One file may have multiple functions targeted at different (ARM, Thumb)
2 ; instruction sets. Passing this information to the linker and the assembler
3 ; is done through the ".code 16" and ".code 32" directives.
5 ; RUN: llc -mtriple=arm-arm-none-eabi %s -o - | FileCheck %s
15 define void @fz() #1 {
22 attributes #0 = { "target-features"="+thumb-mode" }
23 attributes #1 = { "target-features"="-thumb-mode" }