summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2014-03-06 05:37:38 +0000
committerTed Kremenek <kremenek@apple.com>2014-03-06 05:37:38 +0000
commit90097491ed557b6140dab4d5989beae66d0a9ad1 (patch)
tree233a618e5310708306dadb7470fe48d6d325d0ba
parent7bceca1fcf6e08b51f2a5631d94774410d937fb3 (diff)
downloadbcm5719-llvm-90097491ed557b6140dab4d5989beae66d0a9ad1.tar.gz
bcm5719-llvm-90097491ed557b6140dab4d5989beae66d0a9ad1.zip
Remove 'break' dominated by 'return' in 'EmitBuiltinExpr'.
llvm-svn: 203080
-rw-r--r--clang/lib/CodeGen/CGBuiltin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp
index 8bc5134fb6f..39664192081 100644
--- a/clang/lib/CodeGen/CGBuiltin.cpp
+++ b/clang/lib/CodeGen/CGBuiltin.cpp
@@ -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:
OpenPOWER on IntegriCloud