summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Transforms/InstCombine.h
Commit message (Collapse)AuthorAgeFilesLines
* InstCombine: Fix layering by not including Scalar.h in InstCombineDavid Blaikie2018-04-241-0/+43
(notionally Scalar.h is part of libLLVMScalarOpts, so it shouldn't be included by InstCombine which doesn't/shouldn't need to depend on ScalarOpts) llvm-svn: 330669
OpenPOWER on IntegriCloud