1; RUN: llc -mtriple=x86_64-apple-macosx10.11 %s -o - | FileCheck %s2 3define void @test_unreachable() {4; CHECK-LABEL: test_unreachable:5; CHECK: ud26 unreachable7}8