summaryrefslogtreecommitdiffstats
path: root/llvm/test/Reduce/Inputs
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2019-08-07 05:15:34 +0000
committerPetr Hosek <phosek@chromium.org>2019-08-07 05:15:34 +0000
commit989679c3711a239c73057fb5446eef937935f4ba (patch)
treef75d80be31585354c27f364d1a1a688172f4eba8 /llvm/test/Reduce/Inputs
parentb4e5f016c47f85fdb9ffc9c3b5ca9e96575458b2 (diff)
downloadbcm5719-llvm-989679c3711a239c73057fb5446eef937935f4ba.tar.gz
bcm5719-llvm-989679c3711a239c73057fb5446eef937935f4ba.zip
Reverts commit r368117, r368115 and r368112
This reverts commits: "Added Delta IR Reduction Tool" "[Bugpoint redesign] Added Pass to Remove Global Variables" "Added Tool as Dependency to tests & fixed warnings" Reduce/remove-funcs.ll is failing on bots. llvm-svn: 368122
Diffstat (limited to 'llvm/test/Reduce/Inputs')
-rwxr-xr-xllvm/test/Reduce/Inputs/remove-funcs.sh9
-rwxr-xr-xllvm/test/Reduce/Inputs/remove-global-vars.sh9
2 files changed, 0 insertions, 18 deletions
diff --git a/llvm/test/Reduce/Inputs/remove-funcs.sh b/llvm/test/Reduce/Inputs/remove-funcs.sh
deleted file mode 100755
index 533ca62c0b1..00000000000
--- a/llvm/test/Reduce/Inputs/remove-funcs.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-matches=$(cat $1 | grep "@interesting" | wc -l)
-
-if [[ $matches > 0 ]]; then
- exit 0
-else
- exit 1
-fi
diff --git a/llvm/test/Reduce/Inputs/remove-global-vars.sh b/llvm/test/Reduce/Inputs/remove-global-vars.sh
deleted file mode 100755
index cb656878cd9..00000000000
--- a/llvm/test/Reduce/Inputs/remove-global-vars.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-matches=$(cat $1 | grep "@interesting = global" | wc -l)
-
-if [[ $matches > 0 ]]; then
- exit 0
-else
- exit 1
-fi
OpenPOWER on IntegriCloud