Evan Cheng | 2c2fb82 | 2009-06-26 22:00:19 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=x86 | grep { 37} |
2 | ; rdar://7008959 | ||||
3 | |||||
4 | define void @bork() nounwind { | ||||
5 | entry: | ||||
6 | tail call void asm sideeffect "BORK ${0:n}", "i,~{dirflag},~{fpsr},~{flags}"(i32 -37) nounwind | ||||
7 | ret void | ||||
8 | } |