]> granicus.if.org Git - llvm/commitdiff
InferAddressSpaces: Remove dead declaration
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 31 Jan 2017 23:57:20 +0000 (23:57 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 31 Jan 2017 23:57:20 +0000 (23:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293720 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/InferAddressSpaces.cpp

index 9f03e03892ec809184504a16999c33f67622c1de..d3baeea2433875274b1cf1ace20b31f9b472fbff 100644 (file)
@@ -141,7 +141,6 @@ private:
   void inferAddressSpaces(const std::vector<Value *> &Postorder,
                           ValueToAddrSpaceMapTy *InferredAddrSpace) const;
 
-  bool handleComplexPtrUse(User &U, Value *OldV, Value *NewV) const;
   bool isSafeToCastConstAddrSpace(Constant *C, unsigned NewAS) const;
 
   // Changes the flat address expressions in function F to point to specific