diff options
Diffstat (limited to 'flow.c')
| -rw-r--r-- | flow.c | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,10 +1,11 @@ /* - * Flow - walk the linearized flowgraph, simplifying it as we - * go along. - * * Copyright (C) 2004 Linus Torvalds */ +/// +// Flow simplification +// ------------------- + #include <string.h> #include <stdarg.h> #include <stdlib.h> |
