mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +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";
|
<< "Load Offs = " << LoadOffset << " - " << *L << "\n\n";
|
||||||
errs() << "'" << L->getParent()->getParent()->getName() << "'"
|
errs() << "'" << L->getParent()->getParent()->getName() << "'"
|
||||||
<< *L->getParent();
|
<< *L->getParent();
|
||||||
|
abort();
|
||||||
#endif
|
#endif
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
@ -1059,6 +1060,7 @@ static int AnalyzeLoadFromClobberingWrite(LoadInst *L, Value *WritePtr,
|
|||||||
<< "Load Offs = " << LoadOffset << " - " << *L << "\n\n";
|
<< "Load Offs = " << LoadOffset << " - " << *L << "\n\n";
|
||||||
errs() << "'" << L->getParent()->getParent()->getName() << "'"
|
errs() << "'" << L->getParent()->getParent()->getName() << "'"
|
||||||
<< *L->getParent();
|
<< *L->getParent();
|
||||||
|
abort();
|
||||||
#endif
|
#endif
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user