[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / 2009-01-31-BigShift.ll
blob158839743d79635000bbd5938f9837141458d06a
1 ; RUN: llc < %s -mtriple=i686-- | 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)