From 07ec8e17c978e3bda0202693e6432b56349a5867 Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Sat, 1 Dec 2012 01:26:51 -0800 Subject: Intrinsic for java.lang.Thread.currentThread. Change-Id: I056323a74f8759257bf6b6bb032437e576665006 --- src/compiler/codegen/local_optimizations.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/codegen/local_optimizations.cc') diff --git a/src/compiler/codegen/local_optimizations.cc b/src/compiler/codegen/local_optimizations.cc index ec915f03fa..69b5d8ef36 100644 --- a/src/compiler/codegen/local_optimizations.cc +++ b/src/compiler/codegen/local_optimizations.cc @@ -20,7 +20,7 @@ namespace art { #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)) -- cgit v1.2.3-59-g8ed1b