forwprop: Also dce from added statements from gimple_simplify
[official-gcc.git] / libgo / go / runtime / os_linux_arm64.go
blob2c2b2a113ea6eb438d2cbbced50ca33fc96032f8
1 // Copyright 2015 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
5 //go:build arm64
7 package runtime
9 import "internal/cpu"
11 func archauxv(tag, val uintptr) {
12 switch tag {
13 case _AT_HWCAP:
14 cpu.HWCap = uint(val)