diff options
| author | Eric Christopher <echristo@gmail.com> | 2019-04-12 07:16:58 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2019-04-12 07:16:58 +0000 |
| commit | b6926bdcff6d4fb9ef9daf53dc4c308f8f2ebf78 (patch) | |
| tree | 14285e9fa9bb83e6272010ec6d518e541b0bccfc /llvm/test/CodeGen/PowerPC/ppc-passname-assert.ll | |
| parent | e855e2ebfc79139f1de46bebfccfebc3ada3c071 (diff) | |
| download | bcm5719-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.ll | 12 |
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 |

