this seems dead (and broke the ia64 build, so..)
authorDuraid Madina <duraid@octopus.com.au>
Fri, 20 May 2005 06:21:59 +0000 (06:21 +0000)
committerDuraid Madina <duraid@octopus.com.au>
Fri, 20 May 2005 06:21:59 +0000 (06:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22147 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86JITInfo.cpp

index 4fef094a3facb3e90fd5b39953a80772fbe4b529..5c4e53257b734a45a8318ccc6014b33fe62a9275 100644 (file)
@@ -74,7 +74,6 @@ extern "C" {
   // Not an i386 host
   void X86CompilationCallback() {
     assert(0 && "This is not a X86, you can't execute this!");
-    abort();
   }
 #endif
 }