Home | History | Annotate | Download | only in X86
      1 ; RUN: llc -mtriple=x86_64-apple-macosx10.11 %s -o - | FileCheck %s
      2 
      3 define void @test_unreachable() {
      4 ; CHECK-LABEL: test_unreachable:
      5 ; CHECK: ud2
      6   unreachable
      7 }
      8