summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGException.cpp
diff options
context:
space:
mode:
authorCalixte Denizet <cdenizet@mozilla.com>2018-09-24 18:24:18 +0000
committerCalixte Denizet <cdenizet@mozilla.com>2018-09-24 18:24:18 +0000
commitfcd661d2786b7915919e5422da37a9539cc44882 (patch)
tree1ac2cf58d6b4493cf74a69fc2f3075eb39ba71eb /clang/lib/CodeGen/CGException.cpp
parent9177cf411e759ae7f709d584c2fc4f7ac5cc2c93 (diff)
downloadbcm5719-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.cpp3
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");
OpenPOWER on IntegriCloud