Sign in
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
llvm
/
test
/
tools
/
UpdateTestChecks
/
update_test_checks
/
Inputs
/
custom-tool.ll
blob: 7c4f11f969eb8f2a8a8f85998d5f74f47375a21b [
file
]
; RUN: llvm-extract -S --func=foo %s | FileCheck --check-prefixes=CHECK %s
define
i32
@foo
(
i32
%x
)
{
%y
=
add
i32
%x
,
1
ret
i32
%y
}