From 4a84b7322fb251cd2af65a0526b555e0a2e0714f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 8 Dec 2015 03:22:33 +0000 Subject: [WebAssembly] Remove the override of haveFastSqrt. The default implementation in BasicTTI already checks TLI and does the right thing. llvm-svn: 254993 --- llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h | 1 - 1 file changed, 1 deletion(-) (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h') diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h b/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h index 84f9f0e3e55..26dc388cc92 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h +++ b/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h @@ -55,7 +55,6 @@ public: // TODO: Implement more Scalar TTI for WebAssembly TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth) const; - bool haveFastSqrt(Type *Ty) const; /// @} -- cgit v1.2.3