[mips] Use __clear_cache builtin instead of cacheflush()
authorPetar Jovanovic <petar.jovanovic@imgtec.com>
Tue, 27 Jan 2015 23:30:18 +0000 (23:30 +0000)
committerPetar Jovanovic <petar.jovanovic@imgtec.com>
Tue, 27 Jan 2015 23:30:18 +0000 (23:30 +0000)
commit6f2698140ea2a260166de515d88ae50c4752e8a1
tree894381bcac37dd3a37d3a96252f4839222c96779
parent7ce32460db35b73eab9bf96698f742977d12b196
[mips] Use __clear_cache builtin instead of cacheflush()

Use __clear_cache builtin instead of cacheflush() in
Unix Memory::InvalidateInstructionCache().

Differential Revision: http://reviews.llvm.org/D7198

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227269 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Unix/Memory.inc