forked from OSchip/llvm-project
Remove 'break' dominated by 'return' in 'EmitBuiltinExpr'.
llvm-svn: 203080
This commit is contained in:
parent
7bceca1fcf
commit
90097491ed
|
@ -1311,7 +1311,6 @@ RValue CodeGenFunction::EmitBuiltinExpr(const FunctionDecl *FD,
|
|||
llvm::Type *ArgType = Base->getType();
|
||||
Value *F = CGM.getIntrinsic(Intrinsic::pow, ArgType);
|
||||
return RValue::get(Builder.CreateCall2(F, Base, Exponent));
|
||||
break;
|
||||
}
|
||||
|
||||
case Builtin::BIfma:
|
||||
|
|
Loading…
Reference in New Issue