diff options
| -rw-r--r-- | llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp | 1 |
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 |

