We don't really need the abort here. This unbreak x86_64 linux build.
authorEvan Cheng <evan.cheng@apple.com>
Fri, 6 Feb 2009 17:51:34 +0000 (17:51 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 6 Feb 2009 17:51:34 +0000 (17:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63940 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetRegisterInfo.h

index 52d86bd48eee10f9a1a3d56e932aac1b39e9a5cc..6de4f73ed0bd3b57a3ab9d20fe8d4d6dacb9a4ab 100644 (file)
@@ -426,7 +426,6 @@ public:
   /// values.
   virtual const TargetRegisterClass *getPointerRegClass() const {
     assert(0 && "Target didn't implement getPointerRegClass!");
-    abort();
     return 0; // Must return a value in order to compile with VS 2005
   }