diff options
Diffstat (limited to 'ir_copy_propagation.cpp')
-rw-r--r-- | ir_copy_propagation.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ir_copy_propagation.cpp b/ir_copy_propagation.cpp index 1c5c10d6fc..da5998109f 100644 --- a/ir_copy_propagation.cpp +++ b/ir_copy_propagation.cpp @@ -32,7 +32,6 @@ * help anyway by triggering other optimizations that live in the HIR. */ -#include <stdio.h> #include "ir.h" #include "ir_visitor.h" #include "ir_print_visitor.h" |