make filecheck default to canonicalizing horizontal whitespace
authorChris Lattner <sabre@nondot.org>
Sat, 11 Jul 2009 18:58:15 +0000 (18:58 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 11 Jul 2009 18:58:15 +0000 (18:58 +0000)
commit88a7e9ee8dd2f1d2f40cdb9c378f050e45161783
tree9aa960b357777ca73eb67bbd3e6eefba5d53d47c
parent44b3e8d79674a0cd5326e60dbe0c7e0d13b8f8f5
make filecheck default to canonicalizing horizontal whitespace
away.  This way you can write a space and it matches arbitrary spaces and tabs.

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