[Transforms] Silence a warning in SROA.cpp (NFC)
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2008-05-22-IDivVector.ll
blob360840172cf7e17caea0df78c055853d4af91dac
1 ; RUN: opt < %s -passes=instcombine -disable-output
3 define <3 x i8> @f(<3 x i8> %i) {
4   %A = sdiv <3 x i8> %i, %i
5   ret <3 x i8> %A