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
[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git]
/
test
/
Reduce
/
Inputs
/
remove-funcs.py
blob
dc0203ce515eb57e4b2d497c7a99ddde3fd3d334
1
#!/usr/bin/env python
2
3
import
sys
4
5
input
=
open
(
sys
.
argv
[
1
],
"r"
)
6
for
line
in
input
:
7
if
"@interesting"
in
line
:
8
sys
.
exit
(
0
)
9
10
sys
.
exit
(
1
)
# IR isn't interesting