Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / X86 / 2009-01-31-BigShift.ll
blob360b4f0e46bfec605f8cfcc26049e743bfe59ba8
1 ; RUN: llvm-as < %s | llc -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)