"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "1165c1081e0e5fe6f55142c69c2e778f308c0d86"
Change std::vector to SmallVector<4> and remove some unused methods.
This is more consistent with other vectors in this code. In addition, I ran some tests compiling a large program and >96% of fragments have 4 or less fixups, so SmallVector<4> is a good optimization. llvm-svn: 169433
Loading
Please register or sign in to comment