llvm-project/llvm/test/CodeGen/Thumb/triple.ll

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
98 B
LLVM
Raw Normal View History

; RUN: llc < %s -mtriple=thumb | FileCheck %s
; CHECK: .code 16
define void @f() {
ret void
}