qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit e33a10a8a4cb1873f7aa9b1695959fc14bbc5cd3
parent e1609b24e639334e8fe6b541d7d4226942f2b20f
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Mon, 12 Oct 2015 17:49:00 -0400

limit the amount of warnings in prime example

Diffstat:
Mminic/test/prime.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/minic/test/prime.c b/minic/test/prime.c @@ -1,3 +1,5 @@ +#include <stdio.h> + main() { int n; int t;