commit | 748474146da0c6484fa3dca0a700f612d47550c3 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Jun 20 18:10:21 2012 -0700 |
committer | Elliott Hughes <enh@google.com> | Thu Jun 21 09:14:27 2012 -0700 |
tree | 58837d0fa82d4099eb4b82b2fd3d2bbf4294e4aa | |
parent | 92e3134cd84c134f167175288671a1e6838c908f [diff] [blame] |
Fix a bunch of lint. There are still about 1800 lint warnings, so don't get too excited... Change-Id: I2394bd6e750b94060231378b3a7a88b87f70c757
diff --git a/src/compiler/codegen/MethodCodegenDriver.cc b/src/compiler/codegen/MethodCodegenDriver.cc index 7898ddb..a07e569 100644 --- a/src/compiler/codegen/MethodCodegenDriver.cc +++ b/src/compiler/codegen/MethodCodegenDriver.cc
@@ -1020,7 +1020,7 @@ return; } DCHECK_EQ(bb->startOffset, 0); - DCHECK(bb->firstMIRInsn != 0); + DCHECK(bb->firstMIRInsn != NULL); /* Get the first instruction */ MIR* mir = bb->firstMIRInsn;