mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 02:16:46 +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.
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user