Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / test / fuzzer / swap-cmp.test
blob7f7e2f60fa63389024b01328775de0d119b84829
1 RUN: %cpp_compiler %S/SwapCmpTest.cpp -o %t-SwapCmpTest
2 CHECK: BINGO
3 RUN: not %run %t-SwapCmpTest -seed=1 -runs=10000000 2>&1 | FileCheck %s