From: Duncan P. N. Exon Smith Date: Mon, 19 Jan 2015 22:40:25 +0000 (+0000) Subject: Fix whitespace, NFC X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=fc19f3986dff77bb00735cc5a42e611e1a998003;p=oota-llvm.git Fix whitespace, NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226512 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Utils/ValueMapper.cpp b/lib/Transforms/Utils/ValueMapper.cpp index 8d6b2630315..4033ccbf152 100644 --- a/lib/Transforms/Utils/ValueMapper.cpp +++ b/lib/Transforms/Utils/ValueMapper.cpp @@ -228,9 +228,9 @@ static Metadata *mapDistinctNode(const UniquableMDNode *Node, /// /// Uniqued nodes may not need to be recreated (they may map to themselves). static Metadata *mapUniquedNode(const UniquableMDNode *Node, - ValueToValueMapTy &VM, RemapFlags Flags, - ValueMapTypeRemapper *TypeMapper, - ValueMaterializer *Materializer) { + ValueToValueMapTy &VM, RemapFlags Flags, + ValueMapTypeRemapper *TypeMapper, + ValueMaterializer *Materializer) { assert(Node->isUniqued() && "Expected uniqued node"); // Create a temporary node upfront in case we have a metadata cycle.