aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils/CodeExtractor.h
AgeCommit message (Expand)Author
2012-05-08Remove excess semi-colons to quiet warnings.Eric Christopher
2012-05-04Teach the code extractor how to extract a sequence of blocks fromChandler Carruth
2012-05-04Factor the computation of input and output sets into a public interfaceChandler Carruth
2012-05-04Move the CodeExtractor utility to a dedicated header file / source file,Chandler Carruth