mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
We don't really need the abort here. This unbreak x86_64 linux build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63940 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
770bcc7b15
commit
37059d52b7
@ -426,7 +426,6 @@ public:
|
|||||||
/// values.
|
/// values.
|
||||||
virtual const TargetRegisterClass *getPointerRegClass() const {
|
virtual const TargetRegisterClass *getPointerRegClass() const {
|
||||||
assert(0 && "Target didn't implement getPointerRegClass!");
|
assert(0 && "Target didn't implement getPointerRegClass!");
|
||||||
abort();
|
|
||||||
return 0; // Must return a value in order to compile with VS 2005
|
return 0; // Must return a value in order to compile with VS 2005
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user