"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "82eb45a6f8825eda6e1106501495f5b2694b0e49"
Compute Config member function return values only once.
We had a few Config member functions that returns configuration values. For example, we had is64() which returns true if the target is 64-bit. The return values of these functions are constant and never change. This patch is to compute them only once to make it clear that they'll never change. llvm-svn: 298168
Loading
Please register or sign in to comment