mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 18:06:49 +00:00
Fixed compilation errors on VC++.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c47dfdde24
commit
a1dc96edd2
@ -848,6 +848,7 @@ public:
|
||||
|
||||
virtual const TargetSubtarget *getSubtarget() {
|
||||
assert(0 && "Not Implemented");
|
||||
return NULL; // this is here to silence compiler errors
|
||||
}
|
||||
//===--------------------------------------------------------------------===//
|
||||
// Lowering methods - These methods must be implemented by targets so that
|
||||
@ -891,6 +892,7 @@ public:
|
||||
SDOperand Source, unsigned Size,
|
||||
unsigned Align, SelectionDAG &DAG) {
|
||||
assert(0 && "Not Implemented");
|
||||
return SDOperand(); // this is here to silence compiler errors
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user