aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Hexagon/HexagonInstrInfo.h
diff options
context:
space:
mode:
authorJyotsna Verma <jverma@codeaurora.org>2013-05-10 20:27:34 +0000
committerJyotsna Verma <jverma@codeaurora.org>2013-05-10 20:27:34 +0000
commit1a35b8e2eb165624013d5a2eaf8b673f026999fc (patch)
tree7eae2722648cb2c06cbdaabb38fab7e8376fe001 /lib/Target/Hexagon/HexagonInstrInfo.h
parented9fc9b8eef60e6305d1ba0fedd57e5b2bce3476 (diff)
downloadexternal_llvm-1a35b8e2eb165624013d5a2eaf8b673f026999fc.zip
external_llvm-1a35b8e2eb165624013d5a2eaf8b673f026999fc.tar.gz
external_llvm-1a35b8e2eb165624013d5a2eaf8b673f026999fc.tar.bz2
Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon/HexagonInstrInfo.h')
-rw-r--r--lib/Target/Hexagon/HexagonInstrInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Hexagon/HexagonInstrInfo.h b/lib/Target/Hexagon/HexagonInstrInfo.h
index 2becc02..f3297fb 100644
--- a/lib/Target/Hexagon/HexagonInstrInfo.h
+++ b/lib/Target/Hexagon/HexagonInstrInfo.h
@@ -185,6 +185,7 @@ public:
bool isNewValueInst(const MachineInstr* MI) const;
bool isNewValue(const MachineInstr* MI) const;
bool isDotNewInst(const MachineInstr* MI) const;
+ int GetDotNewOp(const MachineInstr* MI) const;
int GetDotNewPredOp(MachineInstr *MI,
const MachineBranchProbabilityInfo
*MBPI) const;
@@ -194,6 +195,7 @@ public:
bool isExtended(const MachineInstr* MI) const;
bool isPostIncrement(const MachineInstr* MI) const;
bool isNewValueStore(const MachineInstr* MI) const;
+ bool isNewValueStore(unsigned Opcode) const;
bool isNewValueJump(const MachineInstr* MI) const;
bool isNewValueJumpCandidate(const MachineInstr *MI) const;