[llvm] 544a215 - [test] Make test added in D112473 check the IR
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 25 14:11:14 PDT 2021
Author: Arthur Eubanks
Date: 2021-10-25T14:10:58-07:00
New Revision: 544a21566d6f4a95181aa6deebf48e68e4a3fe40
URL: https://github.com/llvm/llvm-project/commit/544a21566d6f4a95181aa6deebf48e68e4a3fe40
DIFF: https://github.com/llvm/llvm-project/commit/544a21566d6f4a95181aa6deebf48e68e4a3fe40.diff
LOG: [test] Make test added in D112473 check the IR
The test was intended to also check the IR to be empty.
Added:
Modified:
llvm/test/Transforms/Inline/always-inline-invalidate.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/Inline/always-inline-invalidate.ll b/llvm/test/Transforms/Inline/always-inline-invalidate.ll
index 781a8587f76b..ecfe48a8370d 100644
--- a/llvm/test/Transforms/Inline/always-inline-invalidate.ll
+++ b/llvm/test/Transforms/Inline/always-inline-invalidate.ll
@@ -1,4 +1,4 @@
-; RUN: opt -passes='require<no-op-module>,always-inline' -disable-output < %s 2>&1 -debug-pass-manager | FileCheck %s
+; RUN: opt -passes='require<no-op-module>,always-inline' < %s 2>&1 -debug-pass-manager | FileCheck %s
; CHECK: Invalidating {{.*}} NoOpModuleAnalysis
; CHECK-NOT: @f
More information about the llvm-commits
mailing list