Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / UpdateTestChecks / update_analyze_test_checks / branch-probability-analysis.test
blob1e7ac8dd7e8f03d8989825b2f01c434afb025043
1 ## Basic test checking that update_analyze_test_checks.py works correctly
2 # RUN: cp -f %S/Inputs/branch-probability-analysis.ll %t.ll && %update_analyze_test_checks %t.ll
3 # RUN: diff -u %t.ll %S/Inputs/branch-probability-analysis.ll.expected
4 ## Check that running the script again does not change the result:
5 # RUN: %update_analyze_test_checks %t.ll
6 # RUN: diff -u %t.ll %S/Inputs/branch-probability-analysis.ll.expected