summaryrefslogtreecommitdiff
path: root/include/ir_clang.hh
diff options
context:
space:
mode:
authorTuowen Zhao <ztuowen@gmail.com>2016-09-25 14:30:34 -0600
committerTuowen Zhao <ztuowen@gmail.com>2016-09-25 14:30:34 -0600
commite7de858ce27ded585d6e2ec4a5cbc3467c6a7593 (patch)
tree6f20c14ae118bc83d3c69f12875ba7e369bb2716 /include/ir_clang.hh
parent2a5618583e1fdc8cde0308d3e5b1873bc94c5fb1 (diff)
downloadchill-e7de858ce27ded585d6e2ec4a5cbc3467c6a7593.tar.gz
chill-e7de858ce27ded585d6e2ec4a5cbc3467c6a7593.tar.bz2
chill-e7de858ce27ded585d6e2ec4a5cbc3467c6a7593.zip
CFamily AST printer
Diffstat (limited to 'include/ir_clang.hh')
-rwxr-xr-xinclude/ir_clang.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ir_clang.hh b/include/ir_clang.hh
index 1237d25..81a6fde 100755
--- a/include/ir_clang.hh
+++ b/include/ir_clang.hh
@@ -256,7 +256,8 @@ struct IR_chillArrayRef : public IR_ArrayRef {
IR_Ref *clone() const;
- virtual void Dump() const;
+ // Not implemented
+ // virtual void Dump() const;
};