]> granicus.if.org Git - clang/commitdiff
ARM64: remove currently trivial switch statement
authorTim Northover <tnorthover@apple.com>
Mon, 31 Mar 2014 07:20:13 +0000 (07:20 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 31 Mar 2014 07:20:13 +0000 (07:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205167 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGBuiltin.cpp

index dc80abf4c9878ab9f240b746d3b14c120cd988cd..d7df6f2273b42b039d2db5e446f7a0d1f6b16c84 100644 (file)
@@ -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.