[mips][microMIPS] Implement CVT.D.fmt, CVT.L.fmt, CVT.S.fmt, CVT.W.fmt, MAX.fmt,...
[oota-llvm.git] / test / CodeGen / Thumb / triple.ll
1 ; RUN: llc < %s -mtriple=thumb | FileCheck %s
2
3 ; CHECK: .code  16
4
5 define void @f() {
6   ret void
7 }