[Hexagon] Adding functionality for searching for compound instruction pairs. Compoun...
[oota-llvm.git] / lib / Target / Hexagon / MCTargetDesc / HexagonMCInstrInfo.h
index f09dfd8cf47db270fca5c344f666cdad4633d48f..09f305f638e26850785f86f7a0c0e597d095af66 100644 (file)
@@ -223,6 +223,9 @@ void setOuterLoop(MCInst &MCI);
 
 // Would duplexing this instruction create a requirement to extend
 bool subInstWouldBeExtended(MCInst const &potentialDuplex);
+
+// Attempt to find and replace compound pairs 
+void tryCompound(MCInstrInfo const &MCII, MCContext &Context, MCInst &MCI);
 }
 }