We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 216c382 commit cbac4b1Copy full SHA for cbac4b1
lib/IRGen/IRGenSIL.cpp
@@ -737,6 +737,8 @@ class IRGenSILFunction :
737
return;
738
739
llvm::IRBuilder<> ZeroInitBuilder(AI->getNextNode());
740
+
741
+ // No debug location is how LLVM marks prologue instructions.
742
ZeroInitBuilder.SetCurrentDebugLocation(nullptr);
743
auto *BC =
744
ZeroInitBuilder.CreateBitCast(AI, IGM.OpaquePtrTy->getPointerTo());
0 commit comments