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 340f55b commit e7dd374Copy full SHA for e7dd374
llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp
@@ -82,7 +82,6 @@ static void legalizeLifetimeIntrinsics(Module &M) {
82
83
static void removeLifetimeIntrinsics(Module &M) {
84
for (Function &F : make_early_inc_range(M)) {
85
-
86
if (Intrinsic::ID IID = F.getIntrinsicID();
87
IID != Intrinsic::lifetime_start && IID != Intrinsic::lifetime_end)
88
continue;
0 commit comments