blob: 5e76b6c0580e9dfcc5219da2e5aeffba351f2c40 [file] [log] [blame]
Dan Gohman36a09472009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 | grep { 37}
Evan Cheng2c2fb822009-06-26 22:00:19 +00002; 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}