X86: Make sure that we have SSE4.1 before we generate insertps nodes.
[oota-llvm.git] / test / CodeGen / ARM64 / trap.ll
1 ; RUN: llc < %s -march=arm64 | FileCheck %s
2 define void @foo() nounwind {
3 ; CHECK: foo
4 ; CHECK: brk #0x1
5   tail call void @llvm.trap()
6   ret void
7 }
8 declare void @llvm.trap() nounwind