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