Minor code cleanup. NFC.
authorJunmo Park <junmoz.park@samsung.com>
Sat, 26 Mar 2016 06:04:55 +0000 (06:04 +0000)
committerJunmo Park <junmoz.park@samsung.com>
Sat, 26 Mar 2016 06:04:55 +0000 (06:04 +0000)
llvm-svn: 264505

llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h

index 3b24d93..47c7a62 100644 (file)
@@ -132,7 +132,7 @@ public:
   /// InstrEmitter - Construct an InstrEmitter and set it to start inserting
   /// at the given position in the given block.
   InstrEmitter(MachineBasicBlock *mbb, MachineBasicBlock::iterator insertpos);
-  
+
 private:
   void EmitMachineNode(SDNode *Node, bool IsClone, bool IsCloned,
                        DenseMap<SDValue, unsigned> &VRBaseMap);