mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 16:21:41 +00:00

This reverts commit rGcd5b308b828e, rGcd5b308b828e, rG8cedf0e2994c. There are issues to be investigated for polly bots and bots turning on EXPENSIVE_CHECKS.
5 lines
224 B
LLVM
5 lines
224 B
LLVM
; RUN: not llc -debug-pass=Structure -stop-after=dead-mi-elimination,arst %s -o /dev/null 2>&1 \
|
|
; RUN: | FileCheck -check-prefix=NOT-NUM %s
|
|
|
|
; NOT-NUM: LLVM ERROR: invalid pass instance specifier dead-mi-elimination,arst
|