summaryrefslogtreecommitdiff
path: root/compiler/optimizing/intrinsics_mips.cc
diff options
context:
space:
mode:
author Aart Bik <ajcbik@google.com> 2016-03-09 17:13:34 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-03-09 17:13:34 +0000
commitab5b8941f095b1a4e8b1387b6f723d6ae550dbe6 (patch)
tree483baf55b6c7b360e8fee308644add02a2f0377a /compiler/optimizing/intrinsics_mips.cc
parentef0119a0f329906ba1e8cbd8e53ce5a759fd4f99 (diff)
parent1193259cb37c9763a111825aa04718a409d07145 (diff)
Merge "Implement the 1.8 unsafe memory fences directly in HIR."
Diffstat (limited to 'compiler/optimizing/intrinsics_mips.cc')
-rw-r--r--compiler/optimizing/intrinsics_mips.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/optimizing/intrinsics_mips.cc b/compiler/optimizing/intrinsics_mips.cc
index 697b8fe882..e159701a46 100644
--- a/compiler/optimizing/intrinsics_mips.cc
+++ b/compiler/optimizing/intrinsics_mips.cc
@@ -1838,9 +1838,6 @@ UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeGetAndAddLong)
UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeGetAndSetInt)
UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeGetAndSetLong)
UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeGetAndSetObject)
-UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeLoadFence)
-UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeStoreFence)
-UNIMPLEMENTED_INTRINSIC(MIPS, UnsafeFullFence)
UNREACHABLE_INTRINSICS(MIPS)