Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git] / llvm / test / Other / opt-twice.ll
blob777e7230a344e1ae36302c60b1ef7df373745ec1
1 ; The pass here doesn't matter (we use deadargelim), but test
2 ; that the -run-twice options exists, generates output, and
3 ; doesn't crash
4 ; RUN: opt -run-twice -passes=deadargelim -S < %s | FileCheck %s
6 ; CHECK: define internal void @test
7 define internal {} @test() {
8   ret {} undef
11 define void @caller() {
12   call {} @test()
13   ret void