[Hexagon] Removing old versions of cmph and updating references.
[oota-llvm.git] / lib / Target / Hexagon / HexagonHardwareLoops.cpp
index 6f7703b572a8a32678b8f58d01c0b1aa10bc640d..597f94adf901ba11b498ba17296bcdfa80946101 100644 (file)
@@ -554,7 +554,7 @@ CountValue *HexagonHardwareLoops::getLoopTripCount(MachineLoop *L,
       break;
     // Very limited support for byte/halfword compares.
     case Hexagon::A4_cmpbeqi:
-    case Hexagon::CMPhEQri_V4: {
+    case Hexagon::A4_cmpheqi: {
       if (IVBump != 1)
         return nullptr;