diff options
author | 2014-03-12 14:32:27 -0700 | |
---|---|---|
committer | 2014-03-12 14:45:52 -0700 | |
commit | 5d057056db1923947ba846b391d981759b15714a (patch) | |
tree | 0e996c005077946f7505c333b65e7aee16a99bcb /compiler/compiler.cc | |
parent | 37d4c1db4d705f5a28001f65afdd68d0527948d8 (diff) |
Improve use of CHECK macros.
Motivated by a bogus compiler warning for debug with O2, switch from
CHECK(x < y) to the recommended CHECK_LT(x, y). Fix bug in
RosAlloc::Initialize where an assignment was being performed within
a DCHECK.
Change-Id: Iaf466849ae79ae1497162e81a3e092bf13109aa9
Diffstat (limited to 'compiler/compiler.cc')
0 files changed, 0 insertions, 0 deletions