Go to file
Alkis Evlogimenos ee4dcae9ba Remove virtual destructor from InstVisitor. This class should never be
used through a base pointer/reference so inproper destruction should
never be an issue. Removing this last virtual function also saves 4
bytes off each InstVisitor instance.

llvm-svn: 13664
2004-05-23 20:54:39 +00:00
llvm Remove virtual destructor from InstVisitor. This class should never be 2004-05-23 20:54:39 +00:00