1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py 2; RUN: llc < %s -mtriple=i686-- -no-integrated-as | FileCheck %s 3; rdar://7008959 4 5define void @bork() nounwind { 6; CHECK-LABEL: bork: 7; CHECK: # %bb.0: # %entry 8; CHECK-NEXT: #APP 9; CHECK-NEXT: BORK 37 10; CHECK-NEXT: #NO_APP 11; CHECK-NEXT: retl 12entry: 13 tail call void asm sideeffect "BORK ${0:n}", "i,~{dirflag},~{fpsr},~{flags}"(i32 -37) nounwind 14 ret void 15} 16