mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-29 10:25:12 +00:00
Fix whitespace, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226512 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -228,9 +228,9 @@ static Metadata *mapDistinctNode(const UniquableMDNode *Node,
|
|||||||
///
|
///
|
||||||
/// Uniqued nodes may not need to be recreated (they may map to themselves).
|
/// Uniqued nodes may not need to be recreated (they may map to themselves).
|
||||||
static Metadata *mapUniquedNode(const UniquableMDNode *Node,
|
static Metadata *mapUniquedNode(const UniquableMDNode *Node,
|
||||||
ValueToValueMapTy &VM, RemapFlags Flags,
|
ValueToValueMapTy &VM, RemapFlags Flags,
|
||||||
ValueMapTypeRemapper *TypeMapper,
|
ValueMapTypeRemapper *TypeMapper,
|
||||||
ValueMaterializer *Materializer) {
|
ValueMaterializer *Materializer) {
|
||||||
assert(Node->isUniqued() && "Expected uniqued node");
|
assert(Node->isUniqued() && "Expected uniqued node");
|
||||||
|
|
||||||
// Create a temporary node upfront in case we have a metadata cycle.
|
// Create a temporary node upfront in case we have a metadata cycle.
|
||||||
|
Reference in New Issue
Block a user