Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Transforms / InstCombine / 2007-12-16-AsmNoUnwind.ll
blobac8d7ae26062b2dd155b386854000d0d0080d09d
1 ; RUN: opt < %s -passes=instcombine -S | grep nounwind
3 define void @bar() {
4 entry:
5         call void asm sideeffect "", "~{dirflag},~{fpsr},~{flags}"( )
6         ret void