Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2008-01-06-CastCrash.ll
blobfe5e51bbbab958ee785979881a530a2a876f826a
1 ; RUN: opt < %s -passes=instcombine -disable-output
3 define <2 x i32> @f() {
4         ret <2 x i32> undef
7 define i32 @g() {
8         %x = call i32 @f( )             ; <i32> [#uses=1]
9         ret i32 %x