Reverting 224550, was not ready for commit.
[oota-llvm.git] / lib / Target / Hexagon / HexagonInstrInfo.cpp
index 5eb922a47c089789e45786e074a9169ed5130135..997a5265b2ea05eebd458a02d7684f1ddeaed2ed 100644 (file)
@@ -1172,7 +1172,7 @@ isValidOffset(const int Opcode, const int Offset) const {
   case Hexagon::LDriw_pred:
     return true;
 
-  case Hexagon::J2_loop0i:
+  case Hexagon::LOOP0_i:
     return isUInt<10>(Offset);
 
   // INLINEASM is very special.