mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
Minor whitespace tidiness.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77807 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a9c1dd7820
commit
f17008844a
@ -1085,6 +1085,7 @@ public:
|
|||||||
assert(0 && "Not Implemented");
|
assert(0 && "Not Implemented");
|
||||||
return NULL; // this is here to silence compiler errors
|
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
|
||||||
// the SelectionDAGLowering code knows how to lower these.
|
// the SelectionDAGLowering code knows how to lower these.
|
||||||
|
Loading…
Reference in New Issue
Block a user