From 098aec2482996b862eab9a3d6e493b2d06133c42 Mon Sep 17 00:00:00 2001 From: Tuowen Zhao Date: Tue, 11 Oct 2016 09:47:38 -0600 Subject: fixed sub issue --- include/chill_error.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/chill_error.hh') diff --git a/include/chill_error.hh b/include/chill_error.hh index 20a8362..a43eac4 100644 --- a/include/chill_error.hh +++ b/include/chill_error.hh @@ -18,6 +18,10 @@ namespace chill { ir(const std::string &msg) : std::runtime_error(msg) {} }; + struct build : public std::runtime_error { + build(const std::string &msg) : std::runtime_error(msg) {} + }; + //! for specific for expression to preburger math translation problem struct ir_exp : public ir { ir_exp(const std::string &msg) : ir(msg) {} -- cgit v1.2.3-70-g09d2