mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +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:
@@ -848,6 +848,7 @@ public:
|
|||||||
|
|
||||||
virtual const TargetSubtarget *getSubtarget() {
|
virtual const TargetSubtarget *getSubtarget() {
|
||||||
assert(0 && "Not Implemented");
|
assert(0 && "Not Implemented");
|
||||||
|
return NULL; // this is here to silence compiler errors
|
||||||
}
|
}
|
||||||
//===--------------------------------------------------------------------===//
|
//===--------------------------------------------------------------------===//
|
||||||
// Lowering methods - These methods must be implemented by targets so that
|
// Lowering methods - These methods must be implemented by targets so that
|
||||||
@@ -891,6 +892,7 @@ public:
|
|||||||
SDOperand Source, unsigned Size,
|
SDOperand Source, unsigned Size,
|
||||||
unsigned Align, SelectionDAG &DAG) {
|
unsigned Align, SelectionDAG &DAG) {
|
||||||
assert(0 && "Not Implemented");
|
assert(0 && "Not Implemented");
|
||||||
|
return SDOperand(); // this is here to silence compiler errors
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user