Go to file
Chris Lattner ad89ec013f Add a bit to IdentifierInfo that acts as a simple predicate which
tells us whether Preprocessor::HandleIdentifier needs to be called.
Because this method is only rarely needed, this saves a call and a
bunch of random checks.  This drops the time in HandleIdentifier 
from 3.52ms to .98ms on cocoa.h on my machine.

llvm-svn: 62675
2009-01-21 07:43:11 +00:00
clang Add a bit to IdentifierInfo that acts as a simple predicate which 2009-01-21 07:43:11 +00:00
llvm Implement LowerOperationWrapper for legalizer. 2009-01-21 05:44:05 +00:00