Instead of using an std::pair, use a custom struct.
authorChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 17:41:04 +0000 (17:41 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 15 Aug 2009 17:41:04 +0000 (17:41 +0000)
commit207e1bcf897d1c732f717b9773029651ecc59ab2
treee1eef9254db8969f6ad9ab16051a5eeeb6a1106e
parentd04fee1e2b046396073621a6d7469425d053cbe3
Instead of using an std::pair, use a custom struct.

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