mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Remove unnecessary break statements.
PiperOrigin-RevId: 163291947
This commit is contained in:
parent
fd5de4690d
commit
43036ac16c
|
|
@ -349,10 +349,8 @@ llvm::CodeGenOpt::Level CodeGenOptLevel(const HloModuleConfig& module_config) {
|
|||
return llvm::CodeGenOpt::Less;
|
||||
case 2:
|
||||
return llvm::CodeGenOpt::Default;
|
||||
break;
|
||||
case 3:
|
||||
return llvm::CodeGenOpt::Aggressive;
|
||||
break;
|
||||
default:
|
||||
return llvm::CodeGenOpt::None;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user