Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / X86 / inline-asm-modifier-n.ll
blob5e76b6c0580e9dfcc5219da2e5aeffba351f2c40
1 ; RUN: llc < %s -march=x86 | 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