index
:
fscrypt.git
chr-fork-doc-02
ext4
man
master
refactor
sshd-bug-workaround
Go tool for managing Linux filesystem encryption
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
honnef.co
/
go
/
tools
/
ssa
/
write.go
blob: 89761a18a55e3d8840c277f0e53c7d760dc05c3c (
plain
)
1
2
3
4
5
package
ssa
func
NewJump
(
parent
*
BasicBlock
)
*
Jump
{
return
&
Jump
{
anInstruction
{
parent
}}
}