special case Patterns that are a single fixed string. This is a microscopic
authorChris Lattner <sabre@nondot.org>
Fri, 25 Sep 2009 17:09:12 +0000 (17:09 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Sep 2009 17:09:12 +0000 (17:09 +0000)
commit2702e6aa53f603b20c3e46364bc1756788bd291a
tree8b362e180cd579e64d7c5dc8c8a3346840d0614e
parent9f8380b42532c10cab5eb8616f962e10828e765f
special case Patterns that are a single fixed string.  This is a microscopic
perf win and is needed for future changes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82777 91177308-0d34-0410-b5e6-96231b3b80d8
utils/FileCheck/FileCheck.cpp