[PATCH] Introduce llvm::SplitAllCriticalEdges

Kostya Serebryany kcc at google.com
Tue Nov 18 14:30:00 PST 2014


Hi nlewycky,

move the code from BreakCriticalEdges::runOnFunction()
into a separate utility function llvm::SplitAllCriticalEdges()
so that it can be used independently.
No functionality change intended.

http://reviews.llvm.org/D6313

Files:
  include/llvm/Transforms/Utils/BasicBlockUtils.h
  lib/Transforms/Utils/BasicBlockUtils.cpp
  lib/Transforms/Utils/BreakCriticalEdges.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6313.16351.patch
Type: text/x-patch
Size: 3124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141118/c98cd502/attachment.bin>


More information about the llvm-commits mailing list