[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:
Arthur Eubanks 2020-11-18 12:39:39 -08:00
parent b056030d6e
commit ca76e9f34d
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
; CHECK-LABEL: @f2()
; CHECK-NEXT: ret void
; CHECK-NOT: @f1
define void @f2() {
call void @f1()