diff options
Diffstat (limited to 'lib/Target/BPF/BPF.td')
| -rw-r--r-- | lib/Target/BPF/BPF.td | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Target/BPF/BPF.td b/lib/Target/BPF/BPF.td index 877bd15f4f2b..fad966ff5a13 100644 --- a/lib/Target/BPF/BPF.td +++ b/lib/Target/BPF/BPF.td @@ -1,9 +1,8 @@ //===-- BPF.td - Describe the BPF Target Machine -----------*- tablegen -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// @@ -21,6 +20,7 @@ class Proc<string Name, list<SubtargetFeature> Features> def : Proc<"generic", []>; def : Proc<"v1", []>; def : Proc<"v2", []>; +def : Proc<"v3", []>; def : Proc<"probe", []>; def DummyFeature : SubtargetFeature<"dummy", "isDummyMode", |
