Formatting rules violation fixed

TBR=weiliang.lin@intel.com

Review URL: https://codereview.chromium.org/428103002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22692 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
ishell@chromium.org 2014-07-30 07:41:09 +00:00
parent 49e83ec903
commit e7e87c686b

View File

@ -3733,6 +3733,7 @@ void LCodeGen::DoMathRound(LMathRound* instr) {
UNIMPLEMENTED();
}
void LCodeGen::DoMathFround(LMathFround* instr) {
UNIMPLEMENTED();
}