projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1d44d4
)
Fix the build failure of Realease version
author
Hao Liu
<Hao.Liu@arm.com>
Thu, 15 Aug 2013 11:38:54 +0000
(11:38 +0000)
committer
Hao Liu
<Hao.Liu@arm.com>
Thu, 15 Aug 2013 11:38:54 +0000
(11:38 +0000)
llvm-svn: 188456
clang/lib/CodeGen/CGBuiltin.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/CodeGen/CGBuiltin.cpp
b/clang/lib/CodeGen/CGBuiltin.cpp
index def818f6bfb9c08e48d8460a63b6dd71aa3f51a9..56abba3c5e9f5de8579b1c56e530f29a96e9b65a 100644
(file)
--- a/
clang/lib/CodeGen/CGBuiltin.cpp
+++ b/
clang/lib/CodeGen/CGBuiltin.cpp
@@
-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();