repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add and use DominatorTreeBase::findNearestCommonDominator().
[llvm-complete.git]
/
test
/
Scripts
/
not
blob
e3b1efe35c8d1462b129be58765ca1f4fa53df0c
1
#!/bin/sh
2
#
3
# Program: not
4
#
5
# Synopsis: Inverse the output of the program specified on the command line
6
#
7
# Syntax: not command <arguments>
8
9
if
"$@"
10
then
exit
1
11
else
exit
0
12
fi