summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/BPF/BPF.td
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/BPF/BPF.td')
-rw-r--r--llvm/lib/Target/BPF/BPF.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/BPF/BPF.td b/llvm/lib/Target/BPF/BPF.td
index 2d0c22a3a51..b8c2298584c 100644
--- a/llvm/lib/Target/BPF/BPF.td
+++ b/llvm/lib/Target/BPF/BPF.td
@@ -26,6 +26,9 @@ def : Proc<"probe", []>;
def DummyFeature : SubtargetFeature<"dummy", "isDummyMode",
"true", "unused feature">;
+def ALU32 : SubtargetFeature<"alu32", "HasAlu32", "true",
+ "Enable ALU32 instructions">;
+
def BPFInstPrinter : AsmWriter {
string AsmWriterClassName = "InstPrinter";
bit isMCAsmWriter = 1;
OpenPOWER on IntegriCloud