[Hexagon] Reapplying 224775 load words.
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrFormats.td
index 09d60c650f09e58caf4f1403d9f4bc43e97c6c88..8373652c8f6422c665a49f57ea4657af804f6f05 100644 (file)
@@ -203,6 +203,7 @@ class InstHexagon<dag outs, dag ins, string asmstr, list<dag> pattern,
 
 // LD Instruction Class in V2/V3/V4.
 // Definition of the instruction class NOT CHANGED.
+let mayLoad = 1 in
 class LDInst<dag outs, dag ins, string asmstr, list<dag> pattern = [],
              string cstr = "", InstrItinClass itin = LD_tc_ld_SLOT01>
   : InstHexagon<outs, ins, asmstr, pattern, cstr, itin, TypeLD>;