Replace some SmallVector-typed parameters by ArrayRef
ArrayRef avoids making implementation details such as the number of stack elements to be part of the function signature. llvm-svn: 247572
Loading
Please register or sign in to comment
ArrayRef avoids making implementation details such as the number of stack elements to be part of the function signature. llvm-svn: 247572