[Alignment][NFC] Allow constexpr Align
[llvm-complete.git] / test / Reduce / Inputs / remove-funcs.py
blob1d726c4e9ee750dbc867877357ac515b10bd6dad
2 import sys
4 input = open(sys.argv[1], "r")
5 for line in input:
6 if "@interesting" in line:
7 sys.exit(0)
9 sys.exit(1) # IR isn't interesting