Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / caller-callee.test
blob1877c1705276ca052b7a26990d2b00452d5a6661
1 UNSUPPORTED: target={{.*freebsd.*}}
2 RUN: %cpp_compiler %S/CallerCalleeTest.cpp -o %t-CallerCalleeTest
3 CHECK: BINGO
4 RUN: not %run %t-CallerCalleeTest          -use_value_profile=1 -cross_over=0 -seed=1 -runs=10000000 2>&1 | FileCheck %s