Chris Lattner e21f68d1e8 Two problems with these lines of code:
1. The "work" was not in the assert, so it was punishing the optimized release
 2. getNamedFunction is _very_ expensive in large programs.  It is not designed
    to be used like this, and was taking 7% of the execution time of the code
    generator on perlbmk.

Since the assert "can never fail", I'm just killing it.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11214 91177308-0d34-0410-b5e6-96231b3b80d8
2004-02-09 00:59:07 +00:00
..
2004-02-08 21:52:30 +00:00
2004-02-04 03:57:50 +00:00
2003-11-20 17:45:12 +00:00
2003-11-21 20:23:48 +00:00
2003-11-20 17:45:12 +00:00
2003-12-14 21:35:53 +00:00
2003-12-31 07:08:19 +00:00
2003-12-31 03:19:37 +00:00
2003-11-21 20:23:48 +00:00