[FileCheck] Remove a parameter that was simply always set to
authorChandler Carruth <chandlerc@gmail.com>
Sun, 11 Dec 2016 10:22:17 +0000 (10:22 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 11 Dec 2016 10:22:17 +0000 (10:22 +0000)
commitb03c166a6c6becd425d9a738d4ce71660c8f8ce2
tree81a9244919735f34ffc058dddb94db09093b1cbd
parent4dabac20ad64076486db1594cccb17f384cc2a8e
[FileCheck] Remove a parameter that was simply always set to
a commandline flag and test the flag directly. NFC.

If we ever need this generality it can be added back.

llvm-svn: 289381
llvm/utils/FileCheck/FileCheck.cpp