Converted back to Unix format (after my last commit 222632)
[oota-llvm.git] / lib / IR / Instruction.cpp
index bf375c976df5f29578347fc65b8ee8584998e50e..3ee66f56981072271fc85cc83a3d4d7ad68ace66 100644 (file)
@@ -548,7 +548,7 @@ Instruction *Instruction::clone() const {
 
   // Otherwise, enumerate and copy over metadata from the old instruction to the
   // new one.
-  SmallVector<std::pair<unsigned, MDNode*>, 4> TheMDs;
+  SmallVector<std::pair<unsigned, MDNode *>, 4> TheMDs;
   getAllMetadataOtherThanDebugLoc(TheMDs);
   for (const auto &MD : TheMDs)
     New->setMetadata(MD.first, MD.second);