summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2014-03-31 07:20:13 +0000
committerTim Northover <tnorthover@apple.com>2014-03-31 07:20:13 +0000
commit6166ec21beafac594718c4085e7b0d80489684c3 (patch)
tree7e6d595156c91650dd3671629abd864bed183649
parentec82847a64c62b7317831a2185f02755882a34b2 (diff)
downloadbcm5719-llvm-6166ec21beafac594718c4085e7b0d80489684c3.tar.gz
bcm5719-llvm-6166ec21beafac594718c4085e7b0d80489684c3.zip
ARM64: remove currently trivial switch statement
llvm-svn: 205167
-rw-r--r--clang/lib/CodeGen/CGBuiltin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/lib/CodeGen/CGBuiltin.cpp b/clang/lib/CodeGen/CGBuiltin.cpp
index dc80abf4c98..d7df6f2273b 100644
--- a/clang/lib/CodeGen/CGBuiltin.cpp
+++ b/clang/lib/CodeGen/CGBuiltin.cpp
@@ -2788,10 +2788,6 @@ static Value *EmitCommonNeonSISDBuiltinExpr(CodeGenFunction &CGF,
unsigned Modifier = SISDInfo.TypeModifier;
const char *s = SISDInfo.NameHint;
- switch (BuiltinID) {
- default: break;
- }
-
assert(Int && "Generic code assumes a valid intrinsic");
// Determine the type(s) of this overloaded AArch64 intrinsic.
OpenPOWER on IntegriCloud