implement and document support for filecheck variables. This
authorChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 07:56:52 +0000 (07:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 27 Sep 2009 07:56:52 +0000 (07:56 +0000)
commiteec96958cd53ebb61bebfd3af416ace380df6f6c
treece88177bfb43ff68eacbacff55802074117a4877
parent513869453be688d772df7364c141a981f50c6d56
implement and document support for filecheck variables.  This
allows matching and remembering a string and then matching and
verifying that the string occurs later in the file.

Change X86/xor.ll to use this in some cases where the test was
checking for an arbitrary register allocation decision.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82891 91177308-0d34-0410-b5e6-96231b3b80d8
docs/TestingGuide.html
test/CodeGen/X86/xor.ll
utils/FileCheck/FileCheck.cpp