diff options
| author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-03-24 22:51:49 +0000 |
|---|---|---|
| committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2016-03-24 22:51:49 +0000 |
| commit | fd3eaa8c5c044910463dad0a17bdfd080fc1383b (patch) | |
| tree | 526dc5e5d22a75d0224ff19e16f31f364c4cb5b2 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
| parent | 731c67fed25e8b10bb010572d4cf356bbb0e11d2 (diff) | |
| download | bcm5719-llvm-fd3eaa8c5c044910463dad0a17bdfd080fc1383b.tar.gz bcm5719-llvm-fd3eaa8c5c044910463dad0a17bdfd080fc1383b.zip | |
Reduce code duplication by extracting out a helper function; NFC
llvm-svn: 264355
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index 4b222a9c435..f9c9909ad3e 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -783,6 +783,10 @@ public: void LowerDeoptimizeCall(const CallInst *CI); + void LowerCallSiteWithDeoptBundleImpl(ImmutableCallSite CS, SDValue Callee, + const BasicBlock *EHPadBB, + bool VarArgDisallowed); + private: // Terminator instructions. void visitRet(const ReturnInst &I); |

