brintos

brintos / llvm-project-archived public Read only

0
0
Text · 166 B · 88700f8 Raw
8 lines · plain
1; RUN: llc -mtriple=aarch64-apple-ios7.0 %s -o - | FileCheck %s2 3define void @test_unreachable() {4; CHECK-LABEL: test_unreachable:5; CHECK: brk #0x16  unreachable7}8