When resolving a stub in x86-64 JIT, use a PC-relative branch
[oota-llvm.git] / lib / Target / Alpha / AlphaCodeEmitter.cpp
index 93ef28c556478830a6cdadf161e29ce9e21e2793..51a1404f32ca3a1f77b5a72b11978cd6331d8c5d 100644 (file)
@@ -95,9 +95,7 @@ void AlphaCodeEmitter::emitBasicBlock(MachineBasicBlock &MBB) {
     case Alpha::ALTENT:
     case Alpha::PCLABEL:
     case Alpha::MEMLABEL:
-    case Alpha::IDEF_I:
-    case Alpha::IDEF_F32:
-    case Alpha::IDEF_F64:
+    case TargetInstrInfo::IMPLICIT_DEF:
       break; //skip these
     }
   }