repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lld
/
test
/
COFF
/
Inputs
/
def-many.py
blob
ec2b811fce75102c7c461f71ffb3c8a444f9217a
1
import
sys
2
3
print
(
"EXPORTS"
)
4
for
i
in
range
(
0
,
int
(
sys
.
argv
[
1
])):
5
print
(
"f
%d
=f"
% (
i
))