More templatization.
[oota-llvm.git] / lib / Target / IA64 / IA64RegisterInfo.cpp
index b260b1b97fcca2c6bf54cd8950a520ca78af6413..af1af3110dd2d371a8b56c228372976106ec2794 100644 (file)
@@ -451,5 +451,10 @@ unsigned IA64RegisterInfo::getEHHandlerRegister() const {
   return 0;
 }
 
+int IA64RegisterInfo::getDwarfRegNum(unsigned RegNum, bool isEH) const {
+  assert(0 && "What is the dwarf register number");
+  return -1;
+}
+
 #include "IA64GenRegisterInfo.inc"