[InstCombine] Signed saturation patterns
[llvm-complete.git] / test / Reduce / Inputs / remove-metadata.py
blob37af33314853cdf77cb9255ecce821cbbdf5bcb0
1 import sys
3 input = open(sys.argv[1], "r")
4 for line in input:
5 if "!interesting" in line:
6 sys.exit(0)
8 sys.exit(1)