• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -mtriple=i686-- -no-integrated-as | grep " 37"
2; rdar://7008959
3
4define void @bork() nounwind {
5entry:
6	tail call void asm sideeffect "BORK ${0:n}", "i,~{dirflag},~{fpsr},~{flags}"(i32 -37) nounwind
7	ret void
8}
9