diff options
author | Andreas Gampe <agampe@google.com> | 2014-06-24 18:42:06 +0000 |
---|---|---|
committer | Andreas Gampe <agampe@google.com> | 2014-06-24 18:42:06 +0000 |
commit | de68676b24f61a55adc0b22fe828f036a5925c41 (patch) | |
tree | c71dacfb709787b57fba2ce117fb8ba120d7b150 /compiler/dex/compiler_enums.h | |
parent | 2689fbad6b5ec1ae8f8c8791a80c6fd3cf24144d (diff) | |
download | android_art-de68676b24f61a55adc0b22fe828f036a5925c41.tar.gz android_art-de68676b24f61a55adc0b22fe828f036a5925c41.tar.bz2 android_art-de68676b24f61a55adc0b22fe828f036a5925c41.zip |
Revert "ART: Split out more cases of Load/StoreRef, volatile as parameter"
This reverts commit 2689fbad6b5ec1ae8f8c8791a80c6fd3cf24144d.
Breaks the build.
Change-Id: I9faad4e9a83b32f5f38b2ef95d6f9a33345efa33
Diffstat (limited to 'compiler/dex/compiler_enums.h')
-rw-r--r-- | compiler/dex/compiler_enums.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/dex/compiler_enums.h b/compiler/dex/compiler_enums.h index caecb7a48e..de9ac4bd01 100644 --- a/compiler/dex/compiler_enums.h +++ b/compiler/dex/compiler_enums.h @@ -527,13 +527,6 @@ enum FixupKind { std::ostream& operator<<(std::ostream& os, const FixupKind& kind); -enum VolatileKind { - kNotVolatile, // Load/Store is not volatile - kVolatile // Load/Store is volatile -}; - -std::ostream& operator<<(std::ostream& os, const VolatileKind& kind); - } // namespace art #endif // ART_COMPILER_DEX_COMPILER_ENUMS_H_ |