1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-27 22:12:47 +01:00
llvm-mirror/include/llvm/Support
Alkis Evlogimenos b8938f3fec 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
..
CallSite.h Add getCaller() method. 2004-05-23 08:02:45 +00:00
CFG.h Starting an identifier with an _ is not legal C/C++ code. 2004-05-21 18:37:13 +00:00
ConstantRange.h Add some new methods 2004-03-30 00:20:08 +00:00
GetElementPtrTypeIterator.h Support iteration over constant instructions 2004-04-04 19:46:54 +00:00
InstIterator.h Changes to fix up the inst_iterator to pass to boost iterator checks. This 2004-04-27 15:13:33 +00:00
InstVisitor.h Remove virtual destructor from InstVisitor. This class should never be 2004-05-23 20:54:39 +00:00
Mangler.h Add method 2004-02-14 00:30:31 +00:00
PassNameParser.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
ToolRunner.h Apply simplification suggested by Chris: why assign() when operator = will do? 2004-05-04 22:02:41 +00:00
ValueHolder.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00