summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb/triple.ll
blob: 0a1759f081bae34f39412ffee1ff02632228adb5 (plain)
1
2
3
4
5
6
7
; RUN: llc < %s -mtriple=thumb | FileCheck %s

; CHECK: .code	16

define void @f() {
  ret void
}