summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2017-01-31 23:57:20 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2017-01-31 23:57:20 +0000
commit864fbacb4a60f5aa6abfa7d169448d6b4d38c871 (patch)
treec412a7d11a40651eb1674d29b8a37929a9cc2d5c /llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
parent517a290e4f703d81dacefadcbf38a534591e2b44 (diff)
downloadbcm5719-llvm-864fbacb4a60f5aa6abfa7d169448d6b4d38c871.tar.gz
bcm5719-llvm-864fbacb4a60f5aa6abfa7d169448d6b4d38c871.zip
InferAddressSpaces: Remove dead declaration
llvm-svn: 293720
Diffstat (limited to 'llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp')
-rw-r--r--llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp b/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
index 9f03e03892e..d3baeea2433 100644
--- a/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
+++ b/llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp
@@ -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
OpenPOWER on IntegriCloud