"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "e3f02302e318837d2421c6425450f04ae0a82b90"
Move SCEVAffinator member definitions out of class body
Instead of defining the relevant functions inline, we now just keep the declarations in the class itself. This makes the class declaration a lot easier to read as all functions can be seen at once. We also use this opportunity to privatize all functions not used in the public interface of the class. llvm-svn: 190841
Loading
Please register or sign in to comment