InferAddressSpaces: Remove redundant assert
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 24 Apr 2017 23:02:57 +0000 (23:02 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Mon, 24 Apr 2017 23:02:57 +0000 (23:02 +0000)
commite8d0539f202c9f35a98193fcbd7917f683fd8e08
tree6e498a6b7d38b84deee54f6794613b5b21f6a945
parent6b01b4f5a66bcd163f2d42edc9c39d1d6d4586b5
InferAddressSpaces: Remove redundant assert

This is just asserting all the operations are handled in the
switch, which the unreachable already handles.

llvm-svn: 301270
llvm/lib/Transforms/Scalar/InferAddressSpaces.cpp