diff options
author | Junmo Park <junmoz.park@samsung.com> | 2016-03-26 06:04:55 +0000 |
---|---|---|
committer | Junmo Park <junmoz.park@samsung.com> | 2016-03-26 06:04:55 +0000 |
commit | a26e93bcecc4cd841547830ee920b5eb547902e5 (patch) | |
tree | 8a71d7df596a9c36c70c561e550254fd958ddcec /llvm/lib/CodeGen | |
parent | 065969ec8e492eb8f9724492bda55d3ec9b7e68d (diff) | |
download | bcm5719-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.h | 2 |
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); |