summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorJunmo Park <junmoz.park@samsung.com>2016-03-26 06:04:55 +0000
committerJunmo Park <junmoz.park@samsung.com>2016-03-26 06:04:55 +0000
commita26e93bcecc4cd841547830ee920b5eb547902e5 (patch)
tree8a71d7df596a9c36c70c561e550254fd958ddcec /llvm/lib/CodeGen
parent065969ec8e492eb8f9724492bda55d3ec9b7e68d (diff)
downloadbcm5719-llvm-a26e93bcecc4cd841547830ee920b5eb547902e5.tar.gz
bcm5719-llvm-a26e93bcecc4cd841547830ee920b5eb547902e5.zip
Minor code cleanup. NFC.
llvm-svn: 264505
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h b/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h
index 3b24d93c74f..47c7a62cce0 100644
--- a/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h
+++ b/llvm/lib/CodeGen/SelectionDAG/InstrEmitter.h
@@ -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);
OpenPOWER on IntegriCloud