Jlm
type.cpp
Go to the documentation of this file.
1 /*
2  * Copyright 2010 2011 2012 2014 Helge Bahmann <hcb@chaoticmind.net>
3  * Copyright 2011 2012 2013 2014 2015 Nico Reißmann <nico.reissmann@gmail.com>
4  * See COPYING for terms of redistribution.
5  */
6 
7 #include <jlm/rvsdg/type.hpp>
8 
9 namespace jlm::rvsdg
10 {
11 
12 Type::~Type() noexcept = default;
13 
14 }
virtual ~Type() noexcept