Silence -Wunused-variable in release builds.
[llvm/stm8.git] / test / CodeGen / Thumb / trap.ll
blob04cd3eed0fcba7d5cee8c6e0c3642434908947fb
1 ; RUN: llc < %s -march=thumb | FileCheck %s
2 ; rdar://7961298
4 define void @t() nounwind {
5 entry:
6 ; CHECK: t:
7 ; CHECK: trap
8   call void @llvm.trap()
9   unreachable
12 declare void @llvm.trap() nounwind