Revert "Add -exact-match option to FileCheck to allow clients to do exact matches...
authorTed Kremenek <kremenek@apple.com>
Sat, 8 Sep 2012 04:32:13 +0000 (04:32 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 8 Sep 2012 04:32:13 +0000 (04:32 +0000)
commit4f50517577bb74fb4d2a18ad613fd05aa48f564d
tree5ec8d5d7d445a2a88720a6a3fa2ba44e34cb931e
parent0d651e0c9d47a459b91755ccf711119f5b085dc5
Revert "Add -exact-match option to FileCheck to allow clients to do exact matches without using regular expressions."

Turns out I did not need it after all.  If we find a use for it in the future, we
can resurrect it.

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