[InstCombine] Signed saturation patterns
[llvm-core.git] / test / CodeGen / X86 / inline-asm-modifier-n.ll
blob7e48dd2dda5ce5f616a65287ef7453fa9a6b8c98
1 ; RUN: llc < %s -mtriple=i686-- -no-integrated-as | grep " 37"
2 ; rdar://7008959
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