commit | e13ed9b2704487e98d9241282765869fbd9a2dda | [log] [tgz] |
---|---|---|
author | Heiko Carstens <heiko.carstens@de.ibm.com> | Thu Mar 26 15:24:35 2009 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Mar 26 15:24:23 2009 +0100 |
tree | 31a3ec36abace250cb23bce0fce70ae6ec7d256b | |
parent | ced2c8bcbc5082bc112d7c7410b3f5380c77e306 [diff] |
[S390] bitops: remove likely annotations likely/unlikely profiling revealed that none of the branches in bitops is taken likely or unlikely. So remove the annotations. In addition the generated code is shorter. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>