summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2014-04-27 14:57:31 +0000
committerSylvestre Ledru <sylvestre@debian.org>2014-04-27 14:57:31 +0000
commit464902589eac9ff972f94ae65a0bf886ca8f386b (patch)
tree08b39240ee1a7307bd717378397c96b2a3a66b79 /clang/lib/CodeGen
parent322053caa7ffa4acdf9745069005042f4e231f1c (diff)
downloadbcm5719-llvm-464902589eac9ff972f94ae65a0bf886ca8f386b.tar.gz
bcm5719-llvm-464902589eac9ff972f94ae65a0bf886ca8f386b.zip
remove useless code
llvm-svn: 207360
Diffstat (limited to 'clang/lib/CodeGen')
-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 56fa69aec53..1f761d5fd9e 100644
--- a/clang/lib/CodeGen/CGBuiltin.cpp
+++ b/clang/lib/CodeGen/CGBuiltin.cpp
@@ -4877,7 +4877,6 @@ static Value *EmitARM64TblBuiltinExpr(CodeGenFunction &CGF, unsigned BuiltinID,
if (!Ty)
return 0;
- Arg = E->getArg(TblPos);
unsigned nElts = VTy->getNumElements();
CodeGen::CGBuilderTy &Builder = CGF.Builder;
OpenPOWER on IntegriCloud