summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/OrderedInstructions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [NFC] Move OrderedInstructions and InstructionPrecedenceTracking to AnalysisMax Kazantsev2018-08-301-0/+51
These classes don't make any changes to IR and have no reason to be in Transform/Utils. This patch moves them to Analysis folder. This will allow us reusing these classes in some analyzes, like MustExecute. llvm-svn: 341015
OpenPOWER on IntegriCloud