Add and use DominatorTreeBase::findNearestCommonDominator().
[llvm-complete.git] / test / Scripts / not
blobe3b1efe35c8d1462b129be58765ca1f4fa53df0c
1 #!/bin/sh
3 # Program: not
5 # Synopsis: Inverse the output of the program specified on the command line
7 # Syntax: not command <arguments>
9 if "$@"
10 then exit 1
11 else exit 0