"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "2f838f2192efa710de7024662200b36aa90392b0"
Change SelectCode's argument from SDValue to SDNode *, to make it more
clear what information these functions are actually using. This is also a micro-optimization, as passing a SDNode * around is simpler than passing a { SDNode *, int } by value or reference. llvm-svn: 92564
Loading
Please register or sign in to comment