OSDN Git Service

Simplify this code; it's not necessary to check isIdentifiedObject here
authorDan Gohman <gohman@apple.com>
Fri, 20 Nov 2009 01:34:03 +0000 (01:34 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 20 Nov 2009 01:34:03 +0000 (01:34 +0000)
commitae079c250ff7bacf872b339ee08b65c7b7823e39
tree05d6d9fd8544158098bd8f49e9b150fc6a551578
parent324da7647cfc3025e0c987176f0a300f9f780e6f
Simplify this code; it's not necessary to check isIdentifiedObject here
because if the results from getUnderlyingObject match, the values must
be from the same underlying object, even if we don't know what that
object is.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89434 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/CaptureTracking.cpp