Skip to content

Commit 3e45ec8

Browse files
committed
Merge from mainline.
Don't dump the function! llvm-svn: 46699
1 parent 4149ab2 commit 3e45ec8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/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)