468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
6 lines
323 B
Plaintext
6 lines
323 B
Plaintext
CHECK: BINGO
|
|
RUN: %cpp_compiler %S/SwitchTest.cpp -o %t-SwitchTest
|
|
RUN: %cpp_compiler %S/Switch2Test.cpp -o %t-Switch2Test
|
|
RUN: not %t-SwitchTest -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1 | FileCheck %s
|
|
RUN: not %t-Switch2Test -use_cmp=0 -use_value_profile=1 -runs=100000000 -seed=1 2>&1 | FileCheck %s
|