* Add a comment to the header giving a breif overview of how to return a
authorChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 16:16:16 +0000 (16:16 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 18 Apr 2002 16:16:16 +0000 (16:16 +0000)
commit0e743b83976dd9b31c8fc7ad19f61c30b743dedf
treed007960a67e5a1a1cec011d34404da336872f14e
parent536fe85d6d7915915e7b8c4e6eefc2bce701505d
* Add a comment to the header giving a breif overview of how to return a
  value from a visit function
* Define a (file local) DELEGATE macro to make the code easier to read/maintain
* Define per-opcode delegation functions so that users can override specific
  instances of BinaryOperator for example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2290 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/InstVisitor.h