aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonInstrInfo.h
diff options
context:
space:
mode:
authorBrendon Cahoon <bcahoon@codeaurora.org>2012-02-08 18:25:47 +0000
committerBrendon Cahoon <bcahoon@codeaurora.org>2012-02-08 18:25:47 +0000
commitc635ebdb1a366060fe71ef3028ae888fa5e4130d (patch)
tree51a4987a8c9651a3c020d9ae002bc236471fdede /lib/Target/Hexagon/HexagonInstrInfo.h
parent3fd3a840c50fe4ede1b200be18990bc955c536fd (diff)
downloadexternal_llvm-c635ebdb1a366060fe71ef3028ae888fa5e4130d.zip
external_llvm-c635ebdb1a366060fe71ef3028ae888fa5e4130d.tar.gz
external_llvm-c635ebdb1a366060fe71ef3028ae888fa5e4130d.tar.bz2
Use TSFlag bit to describe instruction properties.
Creating the isPredicated TSFlag enables the code to use the property defined in the instruction format instead of using a large switch statement. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon/HexagonInstrInfo.h')
-rw-r--r--lib/Target/Hexagon/HexagonInstrInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Hexagon/HexagonInstrInfo.h b/lib/Target/Hexagon/HexagonInstrInfo.h
index 4f49b1f..8be1ef3 100644
--- a/lib/Target/Hexagon/HexagonInstrInfo.h
+++ b/lib/Target/Hexagon/HexagonInstrInfo.h
@@ -14,6 +14,7 @@
#ifndef HexagonINSTRUCTIONINFO_H
#define HexagonINSTRUCTIONINFO_H
+#include "MCTargetDesc/HexagonBaseInfo.h"
#include "llvm/Target/TargetInstrInfo.h"
#include "llvm/Target/TargetFrameLowering.h"
#include "HexagonRegisterInfo.h"