"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "059f390257879427a111751986ed7e1da761c027"
The Mips specific function for instruction cache invalidation cannot be
compiled on mips32r1 processors because it uses synci and rdhwr instructions which are supported only on mips32r2, so I replaced this function with the call to function cacheflush which works for both mips32r1 and mips32r2. Patch by Sasa Stankovic llvm-svn: 141564
Loading
Please register or sign in to comment