Fold isascii into a simple comparison. This speeds up 197.parser by 7.4%,
authorChris Lattner <sabre@nondot.org>
Thu, 29 Sep 2005 06:17:27 +0000 (06:17 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 29 Sep 2005 06:17:27 +0000 (06:17 +0000)
commita48bc53cad55452f534f7b5dad06a0d4c4607cc6
tree1280c9956e923676ce1137fcb6280791997e5eea
parentd21dd0d8ad8ee89135d52162565b459b4863e118
Fold isascii into a simple comparison.  This speeds up 197.parser by 7.4%,
bringing the LLC time down to the CBE time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23521 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp