Check in some useful helper routines for doing ML-style pattern matching on
authorChris Lattner <sabre@nondot.org>
Fri, 30 Jul 2004 07:45:00 +0000 (07:45 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 30 Jul 2004 07:45:00 +0000 (07:45 +0000)
commit524d8f17228b6e1dbb4735cd48e6fab50c46459f
tree211ec13d8a5f9009b0d847b2a7abe4dbe8457ccc
parentff8c1b3dc6766d534878613f6db511edb33ba44f
Check in some useful helper routines for doing ML-style pattern matching on
the LLVM IR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15341 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/PatternMatch.h [new file with mode: 0644]