From e7de858ce27ded585d6e2ec4a5cbc3467c6a7593 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Sun, 25 Sep 2016 14:30:34 -0600 Subject: CFamily AST printer --- src/ir_clang.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/ir_clang.cc') diff --git a/src/ir_clang.cc b/src/ir_clang.cc index 408148f..e0699a5 100755 --- a/src/ir_clang.cc +++ b/src/ir_clang.cc @@ -1636,14 +1636,6 @@ bool IR_chillArrayRef::operator!=(const IR_Ref &that) const { return !op; } -void IR_chillArrayRef::Dump() const { - //fprintf(stderr, "IR_chillArrayRef::Dump() this 0x%x chillASE 0x%x\n", this, chillASE); - chillASE->print(); - printf("\n"); - fflush(stdout); -} - - bool IR_chillArrayRef::operator==(const IR_Ref &that) const { //fprintf(stderr, "IR_xxxxArrayRef::operator==\n"); //printf("I am\n"); chillASE->print(); printf("\n"); -- cgit v1.2.3-70-g09d2