OSDN Git Service

[JIT] Rely on the opcode only to determine volatile
authorbuzbee <buzbee@google.com>
Mon, 4 Apr 2011 19:25:57 +0000 (12:25 -0700)
committerbuzbee <buzbee@google.com>
Mon, 4 Apr 2011 19:25:57 +0000 (12:25 -0700)
commit8b94be1f80b135e7a5c1f542861f3e80c4c52823
tree37526acca492e059da6ed0acd6a5513af78a6422
parent1d41040ad8175f89f1c19a4dfbaf6ae47baf7947
[JIT] Rely on the opcode only to determine volatile

In the past, it was possible to have a volatile field with a
non-volatile opcode.  This is no longer the case, so this change
eliminates the volatile field flag check.

Change-Id: I1cface4e813144634b2f90732c76b0a16f08c304
vm/compiler/codegen/arm/CodegenDriver.c