summaryrefslogtreecommitdiff
path: root/src/cpu/o3/cpu.cc
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2019-01-11 17:04:44 -0800
committerGabe Black <gabeblack@google.com>2019-01-14 21:28:17 +0000
commitfd834ffb5334689792c81970c8da26ce27182932 (patch)
tree09c8e35bb7b15a6c6f32d066a488fab0a7353c91 /src/cpu/o3/cpu.cc
parent8dea46f92fb70ddb8a5be81b91027a21d5dc8433 (diff)
downloadgem5-fd834ffb5334689792c81970c8da26ce27182932.tar.xz
config: De-nest the code in Port.splice().
The error checking in that function used an if/else structure where one of the two branches would be the error condition which would cause the function to exit. Because the function would exit if an error was detected, there's no reason to have the non-error condition guarded in the other half of the if. This change de-nests the non-error cases to make the function simpler and easier to read. Change-Id: Idedf54e84a178fa5a2a47f96373374152e420cf3 Reviewed-on: https://gem5-review.googlesource.com/c/15516 Reviewed-by: Andreas Sandberg <andreas.sandberg@arm.com> Maintainer: Andreas Sandberg <andreas.sandberg@arm.com>
Diffstat (limited to 'src/cpu/o3/cpu.cc')
0 files changed, 0 insertions, 0 deletions