Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / value-profile-cmp.test
blobf15a5f5a1829823317936d550d82e48e75430bf6
1 UNSUPPORTED: ios
2 CHECK: BINGO
3 RUN: %cpp_compiler %S/SimpleCmpTest.cpp -o %t-SimpleCmpTest
4 RUN: not %run %t-SimpleCmpTest -seed=1 -use_cmp=0 -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s