Fixed some bugs in register stack pass.
[llvm/zpu.git] / test / CodeGen / X86 / 2009-01-31-BigShift.ll
blob4eb0ec1485b75919f3221fca9ea9802b60a98376
1 ; RUN: llc < %s -march=x86 | not grep and
2 ; PR3401
4 define void @x(i288 %i) nounwind {
5         call void @add(i288 %i)
6         ret void
9 declare void @add(i288)