diff options
author | Igor Laevsky <igmyrj@gmail.com> | 2015-03-05 15:41:14 +0000 |
---|---|---|
committer | Igor Laevsky <igmyrj@gmail.com> | 2015-03-05 15:41:14 +0000 |
commit | 8d0851f509bfd63180ba2d96c9028cb54b30c595 (patch) | |
tree | bbfc0021b5f57cf810cd5bf67e5f86c1ca8b9ad6 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | adfd96f742089dad11231fa7b7654f56140a3afb (diff) | |
download | bcm5719-llvm-8d0851f509bfd63180ba2d96c9028cb54b30c595.tar.gz bcm5719-llvm-8d0851f509bfd63180ba2d96c9028cb54b30c595.zip |
Revert change r231366 as it broke clang-native-arm-cortex-a9 Analysis/properties.m test.
llvm-svn: 231374
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index faf227467da..719af410245 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -606,10 +606,6 @@ public: void visit(unsigned Opcode, const User &I); - /// getCopyFromRegs - If there was virtual register allocated for the value V - /// emit CopyFromReg of the specified type Ty. Return empty SDValue() otherwise. - SDValue getCopyFromRegs(const Value *V, Type *Ty); - // resolveDanglingDebugInfo - if we saw an earlier dbg_value referring to V, // generate the debug data structures now that we've seen its definition. void resolveDanglingDebugInfo(const Value *V, SDValue Val); @@ -665,9 +661,7 @@ public: void UpdateSplitBlock(MachineBasicBlock *First, MachineBasicBlock *Last); // This function is responsible for the whole statepoint lowering process. - // It uniformly handles invoke and call statepoints. - void LowerStatepoint(ImmutableStatepoint Statepoint, - MachineBasicBlock *LandingPad = nullptr); + void LowerStatepoint(ImmutableStatepoint Statepoint); private: std::pair<SDValue, SDValue> lowerInvokable( TargetLowering::CallLoweringInfo &CLI, |