Skip to content

Commit e7dd374

Browse files
committed
Remove awkward space
1 parent 340f55b commit e7dd374

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/DirectX/DXILWriter/DXILWriterPass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ static void legalizeLifetimeIntrinsics(Module &M) {
8282

8383
static void removeLifetimeIntrinsics(Module &M) {
8484
for (Function &F : make_early_inc_range(M)) {
85-
8685
if (Intrinsic::ID IID = F.getIntrinsicID();
8786
IID != Intrinsic::lifetime_start && IID != Intrinsic::lifetime_end)
8887
continue;

0 commit comments

Comments
 (0)