[Hexagon] Removing old variants of instructions and updating references.
[oota-llvm.git] / lib / Target / Hexagon / HexagonHardwareLoops.cpp
index cbb80f307d2dc40510c45f0a1d29d911204fa516..637b0a0d0bff83c5a1c37a50a0f5165329545e81 100644 (file)
@@ -1195,7 +1195,7 @@ MachineInstr *HexagonHardwareLoops::defWithImmediate(unsigned R) {
   unsigned DOpc = DI->getOpcode();
   switch (DOpc) {
     case Hexagon::A2_tfrsi:
-    case Hexagon::TFRI64:
+    case Hexagon::A2_tfrpi:
     case Hexagon::CONST32_Int_Real:
     case Hexagon::CONST64_Int_Real:
       return DI;