forked from OSchip/llvm-project
[test] Fix eliminate-callsite-inline.ll under NPM
The NPM inliner does not remove arbitrary unused internal functions, and that is not the point of this test.
This commit is contained in:
parent
b056030d6e
commit
ca76e9f34d
|
@ -2,7 +2,6 @@
|
|||
|
||||
; CHECK-LABEL: @f2()
|
||||
; CHECK-NEXT: ret void
|
||||
; CHECK-NOT: @f1
|
||||
|
||||
define void @f2() {
|
||||
call void @f1()
|
||||
|
|
Loading…
Reference in New Issue