commit | 07ec8e17c978e3bda0202693e6432b56349a5867 | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Sat Dec 01 01:26:51 2012 -0800 |
committer | Ian Rogers <irogers@google.com> | Sat Dec 01 11:44:15 2012 -0800 |
tree | 112bccd79024ebd831507c42672e01abc13b726e | |
parent | cfaa455374aae0a08c8cb28b5bb306b17866d652 [diff] [blame] |
Intrinsic for java.lang.Thread.currentThread. Change-Id: I056323a74f8759257bf6b6bb032437e576665006
diff --git a/src/compiler/codegen/local_optimizations.cc b/src/compiler/codegen/local_optimizations.cc index ec915f0..69b5d8e 100644 --- a/src/compiler/codegen/local_optimizations.cc +++ b/src/compiler/codegen/local_optimizations.cc
@@ -20,7 +20,7 @@ #define DEBUG_OPT(X) -/* Check RAW, WAR, and WAR dependency on the register operands */ +/* Check RAW, WAR, and RAW dependency on the register operands */ #define CHECK_REG_DEP(use, def, check) ((def & check->use_mask) || \ ((use | def) & check->def_mask))