summaryrefslogtreecommitdiffstats
path: root/vm/compiler/codegen/arm/armv5te-vfp/Codegen.c
diff options
context:
space:
mode:
authorDan Bornstein <danfuzz@android.com>2010-12-01 14:23:44 -0800
committerDan Bornstein <danfuzz@android.com>2010-12-01 15:52:34 -0800
commitdf4daaf8f41e3dcaa8221f54273338160dd43138 (patch)
tree043aea8d14f2fa7a82aad0479c02e6d2f6d5848d /vm/compiler/codegen/arm/armv5te-vfp/Codegen.c
parent111221644c5b7b1d4f426d02786aeebf1addc8f6 (diff)
downloadandroid_dalvik-df4daaf8f41e3dcaa8221f54273338160dd43138.tar.gz
android_dalvik-df4daaf8f41e3dcaa8221f54273338160dd43138.tar.bz2
android_dalvik-df4daaf8f41e3dcaa8221f54273338160dd43138.zip
Rename OpCode.h -> DexOpcodes.h.
Also incorporate the former contents of OpCodeNames.h. This is a small attempt to increase naming consistency in libdex. There will be a bit more to come, in a follow-up. Change-Id: Ia7ab06042dde2e19eda02ef1fee72fb4260e899d
Diffstat (limited to 'vm/compiler/codegen/arm/armv5te-vfp/Codegen.c')
-rw-r--r--vm/compiler/codegen/arm/armv5te-vfp/Codegen.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vm/compiler/codegen/arm/armv5te-vfp/Codegen.c b/vm/compiler/codegen/arm/armv5te-vfp/Codegen.c
index 35fc09201..d17965d81 100644
--- a/vm/compiler/codegen/arm/armv5te-vfp/Codegen.c
+++ b/vm/compiler/codegen/arm/armv5te-vfp/Codegen.c
@@ -19,8 +19,7 @@
#include "Dalvik.h"
#include "interp/InterpDefs.h"
-#include "libdex/OpCode.h"
-#include "libdex/OpCodeNames.h"
+#include "libdex/DexOpcodes.h"
#include "compiler/CompilerInternals.h"
#include "compiler/codegen/arm/ArmLIR.h"
#include "mterp/common/FindInterface.h"