summaryrefslogtreecommitdiffstats
path: root/llvm/test/Reduce/Inputs/remove-funcs.py
blob: 1d726c4e9ee750dbc867877357ac515b10bd6dad (plain)
1
2
3
4
5
6
7
8
9

import sys

input = open(sys.argv[1], "r")
for line in input:
  if "@interesting" in line:
    sys.exit(0)

sys.exit(1) # IR isn't interesting
OpenPOWER on IntegriCloud