forked from OSchip/llvm-project
Fix the build failure of Realease version
llvm-svn: 188456
This commit is contained in:
parent
a1d44d4d8f
commit
0e9837a385
|
@ -1623,7 +1623,7 @@ static llvm::VectorType *GetNeonType(CodeGenFunction *CGF,
|
|||
static Value *EmitExtendedSHL(CodeGenFunction &CGF,
|
||||
SmallVectorImpl<Value*> &Ops,
|
||||
llvm::VectorType *VTy, bool usgn, bool isHigh) {
|
||||
IRBuilder<> Builder = CGF.Builder;
|
||||
CGBuilderTy Builder = CGF.Builder;
|
||||
if (isHigh){
|
||||
unsigned NumElts = VTy->getNumElements();
|
||||
unsigned EltBits = VTy->getElementType()->getPrimitiveSizeInBits();
|
||||
|
|
Loading…
Reference in New Issue