Skip to content

Commit 3cc40e4

Browse files
committed
Merge from mainline.
Don't dump the function! git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_22@46699 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 349413b commit 3cc40e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/CodeGen/ShadowStackCollector.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,6 @@ bool ShadowStackCollector::performCustomLowering(Function &F) {
426426
Roots[I].second->eraseFromParent();
427427
}
428428

429-
F.dump();
430-
431429
Roots.clear();
432430
return true;
433431
}

0 commit comments

Comments
 (0)