summaryrefslogtreecommitdiffstats
path: root/llvm/test/Reduce/Inputs/remove-global-vars.sh
blob: cb656878cd9a874ad3365aae9444b326b06bb320 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

matches=$(cat $1 | grep "@interesting = global" | wc -l)

if [[ $matches > 0 ]]; then
  exit 0
else
  exit 1
fi
OpenPOWER on IntegriCloud