llvm-for-llvmta/test/CodeGen/Thumb/triple.ll

8 lines
98 B
LLVM
Raw Normal View History

2022-04-25 10:02:23 +02:00
; RUN: llc < %s -mtriple=thumb | FileCheck %s
; CHECK: .code 16
define void @f() {
ret void
}