OSDN Git Service

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)
commite6991d24a159ef2cb1f9dfbb1f51d62be9a5e40b
tree4088b57099e5a68aee1ef1729ff24ea6b44919b0
parent9ecbcab4f49189c308e0f271d21114ddb5a35b16
InferAddressSpaces: Remove redundant assert

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301270 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InferAddressSpaces.cpp