Home | History | Annotate | Download | only in Thumb
      1 ; RUN: llc < %s -mtriple=thumb | FileCheck %s
      2 
      3 ; CHECK: .code	16
      4 
      5 define void @f() {
      6   ret void
      7 }
      8