diff options
| -rw-r--r-- | llvm/test/Other/opt-bisect-legacy-pass-manager.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll index 6677c264e9c..ef11233a5aa 100644 --- a/llvm/test/Other/opt-bisect-legacy-pass-manager.ll +++ b/llvm/test/Other/opt-bisect-legacy-pass-manager.ll @@ -28,7 +28,6 @@ ; Verify that no passes run at -O0 are skipped ; RUN: opt -opt-bisect-limit=0 < %s 2>&1 | FileCheck %s --check-prefix=OPTBISECT-O0 -; RUN: opt -opt-bisect-limit=0 < %s | llc -O0 -opt-bisect-limit=0 2>&1 | FileCheck %s --check-prefix=OPTBISECT-O0 ; OPTBISECT-O0-NOT: BISECT: NOT running ; FIXME: There are still some AMDGPU passes being skipped that run at -O0. |

