"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "73d866efda92d25b74611f6c0348c8f8d9824e93"
A small refactoring + adding comments.
SelectionDAGIsel::LowerArguments needs a function, not a basic block. So it makes sense to pass it the function instead of extracting a basic-block from the function and then tossing it. This is also more self-documenting (functions have arguments, BBs don't). In addition, added comments to a couple of Select* methods. llvm-svn: 176305
Loading
Please register or sign in to comment