aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGenFunction.h
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-12-07 22:40:02 +0000
committerBob Wilson <bob.wilson@apple.com>2010-12-07 22:40:02 +0000
commitcf55652cf668c1402eee0b12edd2e5a1bc34d7a1 (patch)
treeb105c3c5fa5ef891d8e72537ab9025488fdd9478 /lib/CodeGen/CodeGenFunction.h
parentc92b7721603484ddf337034c6f291d1b419a0528 (diff)
Stop using a clang builtin for Neon vdup_lane intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@121191 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.h')
-rw-r--r--lib/CodeGen/CodeGenFunction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/CodeGenFunction.h b/lib/CodeGen/CodeGenFunction.h
index 2f6c58e779..8782f7859e 100644
--- a/lib/CodeGen/CodeGenFunction.h
+++ b/lib/CodeGen/CodeGenFunction.h
@@ -1532,8 +1532,7 @@ public:
llvm::SmallVectorImpl<llvm::Value*> &O,
const char *name, bool splat = false,
unsigned shift = 0, bool rightshift = false);
- llvm::Value *EmitNeonSplat(llvm::Value *V, llvm::Constant *Idx,
- bool widen = false);
+ llvm::Value *EmitNeonSplat(llvm::Value *V, llvm::Constant *Idx);
llvm::Value *EmitNeonShiftVector(llvm::Value *V, const llvm::Type *Ty,
bool negateForRightShift);