summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ppc-passname-assert.ll
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2019-04-12 07:16:58 +0000
committerEric Christopher <echristo@gmail.com>2019-04-12 07:16:58 +0000
commitb6926bdcff6d4fb9ef9daf53dc4c308f8f2ebf78 (patch)
tree14285e9fa9bb83e6272010ec6d518e541b0bccfc /llvm/test/CodeGen/PowerPC/ppc-passname-assert.ll
parente855e2ebfc79139f1de46bebfccfebc3ada3c071 (diff)
downloadbcm5719-llvm-b6926bdcff6d4fb9ef9daf53dc4c308f8f2ebf78.tar.gz
bcm5719-llvm-b6926bdcff6d4fb9ef9daf53dc4c308f8f2ebf78.zip
Revert "[PowerPC] Add initialization for some ppc passes"
This reverts commit 6f8f98ce8de7c0e4ebd7fa2e1fd9507fe8d1c317 as it is breaking nearly every bot. llvm-svn: 358260
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/ppc-passname-assert.ll')
-rw-r--r--llvm/test/CodeGen/PowerPC/ppc-passname-assert.ll12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/test/CodeGen/PowerPC/ppc-passname-assert.ll b/llvm/test/CodeGen/PowerPC/ppc-passname-assert.ll
deleted file mode 100644
index 428c7ed17eb..00000000000
--- a/llvm/test/CodeGen/PowerPC/ppc-passname-assert.ll
+++ /dev/null
@@ -1,12 +0,0 @@
-; REQUIRES: asserts
-
-; Test pass name: ppc-ctr-loops-verify.
-; RUN: llc < %s -debug-pass=Structure -stop-before=ppc-ctr-loops-verify -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP-BEFORE-CTR-LOOPS-VERIFY
-; STOP-BEFORE-CTR-LOOPS-VERIFY-NOT: -ppc-ctr-loops-verify
-; STOP-BEFORE-CTR-LOOPS-VERIFY-NOT: "ppc-ctr-loops-verify" pass is not registered.
-; STOP-BEFORE-CTR-LOOPS-VERIFY-NOT: PowerPC CTR Loops Verify
-
-; RUN: llc < %s -debug-pass=Structure -stop-after=ppc-ctr-loops-verify -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP-AFTER-CTR-LOOPS-VERIFY
-; STOP-AFTER-CTR-LOOPS-VERIFY: -ppc-ctr-loops-verify
-; STOP-AFTER-CTR-LOOPS-VERIFY-NOT: "ppc-ctr-loops-verify" pass is not registered.
-; STOP-AFTER-CTR-LOOPS-VERIFY: PowerPC CTR Loops Verify
OpenPOWER on IntegriCloud