mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-02 09:49:01 +00:00
add some aborts to #if 0's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05e15f8897
commit
b3f927f6dd
@ -1026,6 +1026,7 @@ static int AnalyzeLoadFromClobberingWrite(LoadInst *L, Value *WritePtr,
|
||||
<< "Load Offs = " << LoadOffset << " - " << *L << "\n\n";
|
||||
errs() << "'" << L->getParent()->getParent()->getName() << "'"
|
||||
<< *L->getParent();
|
||||
abort();
|
||||
#endif
|
||||
return -1;
|
||||
}
|
||||
@ -1059,6 +1060,7 @@ static int AnalyzeLoadFromClobberingWrite(LoadInst *L, Value *WritePtr,
|
||||
<< "Load Offs = " << LoadOffset << " - " << *L << "\n\n";
|
||||
errs() << "'" << L->getParent()->getParent()->getName() << "'"
|
||||
<< *L->getParent();
|
||||
abort();
|
||||
#endif
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user