diff options
author | Calixte Denizet <cdenizet@mozilla.com> | 2018-09-24 18:24:18 +0000 |
---|---|---|
committer | Calixte Denizet <cdenizet@mozilla.com> | 2018-09-24 18:24:18 +0000 |
commit | fcd661d2786b7915919e5422da37a9539cc44882 (patch) | |
tree | 1ac2cf58d6b4493cf74a69fc2f3075eb39ba71eb /clang/lib/CodeGen/CGException.cpp | |
parent | 9177cf411e759ae7f709d584c2fc4f7ac5cc2c93 (diff) | |
download | bcm5719-llvm-fcd661d2786b7915919e5422da37a9539cc44882.tar.gz bcm5719-llvm-fcd661d2786b7915919e5422da37a9539cc44882.zip |
[CodeGen] Revert commit https://reviews.llvm.org/rL342717
llvm-svn: 342912
Diffstat (limited to 'clang/lib/CodeGen/CGException.cpp')
-rw-r--r-- | clang/lib/CodeGen/CGException.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CGException.cpp b/clang/lib/CodeGen/CGException.cpp index 787d25a681a..4ee835259a5 100644 --- a/clang/lib/CodeGen/CGException.cpp +++ b/clang/lib/CodeGen/CGException.cpp @@ -767,8 +767,7 @@ llvm::BasicBlock *CodeGenFunction::EmitLandingPad() { // Save the current IR generation state. CGBuilderTy::InsertPoint savedIP = Builder.saveAndClearIP(); - auto DL = ApplyDebugLocation::CreateDefaultArtificial( - *this, CurEHLocation, true /* ImplicitCode */); + auto DL = ApplyDebugLocation::CreateDefaultArtificial(*this, CurEHLocation); // Create and configure the landing pad. llvm::BasicBlock *lpad = createBasicBlock("lpad"); |