forked from OSchip/llvm-project
[llvm][NFC] Removed unused CHECKs in a ml test
The CHECKs are now in Inputs/test-module.ll
This commit is contained in:
parent
746b8c400b
commit
6b109f2f05
|
@ -8,7 +8,3 @@
|
|||
; REQUIRES: have_tf_aot
|
||||
; RUN: opt -passes=scc-oz-module-inliner -enable-ml-inliner=release -S < %S/Inputs/test-module.ll 2>&1 | FileCheck %S/Inputs/test-module.ll --check-prefix=CHECK
|
||||
; RUN: opt -passes=scc-oz-module-inliner -enable-ml-inliner=default -S < %S/Inputs/test-module.ll 2>&1 | FileCheck %S/Inputs/test-module.ll --check-prefix=DEFAULT
|
||||
|
||||
; CHECK-NOT: @adder
|
||||
; DEFAULT-LABEL: @adder
|
||||
; DEFAULT-NEXT: %2 = mul
|
Loading…
Reference in New Issue