diff options
author | Tim Northover <tnorthover@apple.com> | 2014-05-24 12:51:25 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-05-24 12:51:25 +0000 |
commit | 25e8a6754e3f4c447ddfe5b742c01c16cb050b67 (patch) | |
tree | 021b38deaa4234437746f2f6cee753c8dc59a2ce /clang/lib/CodeGen/CodeGenFunction.h | |
parent | 3b0846e8f76899815159389be96d7184ad015a8a (diff) | |
download | bcm5719-llvm-25e8a6754e3f4c447ddfe5b742c01c16cb050b67.tar.gz bcm5719-llvm-25e8a6754e3f4c447ddfe5b742c01c16cb050b67.zip |
AArch64/ARM64: update Clang after AArch64 removal.
A few (mostly CodeGen) parts of Clang were tightly coupled to the
AArch64 backend. Now that it's gone, they will not even compile.
I've also deduplicated RUN lines in many of the AArch64 tests. This
might improve "make check-all" time noticably: some of those NEON
tests were monsters.
llvm-svn: 209578
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.h')
-rw-r--r-- | clang/lib/CodeGen/CodeGenFunction.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/CodeGen/CodeGenFunction.h b/clang/lib/CodeGen/CodeGenFunction.h index 944a0cf13b0..74433392e15 100644 --- a/clang/lib/CodeGen/CodeGenFunction.h +++ b/clang/lib/CodeGen/CodeGenFunction.h @@ -2201,8 +2201,6 @@ public: const llvm::CmpInst::Predicate Fp, const llvm::CmpInst::Predicate Ip, const llvm::Twine &Name = ""); - llvm::Value *EmitAArch64CompareBuiltinExpr(llvm::Value *Op, llvm::Type *Ty); - llvm::Value *EmitAArch64BuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitARMBuiltinExpr(unsigned BuiltinID, const CallExpr *E); llvm::Value *EmitCommonNeonBuiltinExpr(unsigned BuiltinID, |