Patrick Meredith dae87b6536 Added a break that I meant to include originally, for efficiency. Basically
it keeps it from trying to add the same node to the node set
over and over if it matches multiple given patterns.  Also in cases where there
are a lot of patterns to be matched, and it matches an early one, this
will make the script run slightly faster.  It's more there because it logically
should be, than anything else, I mean, Python is never going to be fast ;-)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24876 91177308-0d34-0410-b5e6-96231b3b80d8
2005-12-20 02:03:23 +00:00
..
2005-04-22 04:13:13 +00:00
2005-05-13 20:40:52 +00:00
2005-04-22 00:00:37 +00:00
2005-05-13 20:40:52 +00:00
2003-10-16 23:46:01 +00:00
2004-09-20 08:09:36 +00:00
2004-09-20 08:09:36 +00:00
2004-03-02 15:54:25 +00:00
2004-10-08 18:01:31 +00:00
2004-10-07 16:03:21 +00:00
2004-10-25 08:27:37 +00:00
2005-08-02 00:10:52 +00:00