Make constant arrays that are passed to functions as const.
In theory this allows the compiler to skip materializing the array on the stack. In practice clang often fails to do that, but that's a different story. NFC. llvm-svn: 231571
Loading
Please register or sign in to comment