Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: src/compiler/opcodes.h

Issue 1891033002: [Atomics] Remove Atomics code stubs; use TF ops (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix unused variables Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 6e2563a824bda7d97119a887dce66bbcebb76a18..edec52655538c0e0781e56d53ee61141554a04ff 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -349,7 +349,8 @@
V(Int32PairMul) \
V(Word32PairShl) \
V(Word32PairShr) \
- V(Word32PairSar)
+ V(Word32PairSar) \
+ V(AtomicLoad)
#define VALUE_OP_LIST(V) \
COMMON_OP_LIST(V) \

Powered by Google App Engine
This is Rietveld 408576698