repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment][NFC] Allow constexpr Align
[llvm-complete.git]
/
test
/
Reduce
/
Inputs
/
remove-funcs.py
blob
1d726c4e9ee750dbc867877357ac515b10bd6dad
1
2
import
sys
3
4
input
=
open
(
sys
.
argv
[
1
],
"r"
)
5
for
line
in
input
:
6
if
"@interesting"
in
line
:
7
sys
.
exit
(
0
)
8
9
sys
.
exit
(
1
)
# IR isn't interesting