Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in Unix...
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Jun 2014 13:53:56 +0000 (13:53 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 24 Jun 2014 13:53:56 +0000 (13:53 +0000)
commitd3aaad2d266afb80bb4be2815d45b4300e3f0c0f
tree591484f1b91ca523b0e6b69d2cbced2e7c189196
parentcdde33ebaad211e1ce0fc22b53bbccff8bb3c1a4
Revert: r211588 - [mips] Use __clear_cache builtin instead of cacheflush() in Unix Memory::InvalidateInstructionCache()

Buildbot reports a test failure on the llvm-mips-linux builder and blames r211588.
Although it doesn't appear in the blamelist, it seems it could also be r211587
(because it's committed to compiler-rt?) since they were tested together.

Reverting the most likely suspect (r211588) to confirm one way or the other.

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