Make the AST interface a bit richer by returning whether an insertion caused
authorChris Lattner <sabre@nondot.org>
Wed, 21 Jul 2004 05:18:04 +0000 (05:18 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 Jul 2004 05:18:04 +0000 (05:18 +0000)
commit12c1155403fd2dbd3a24e3748e7d80bbaa27c7f6
tree45b0594860d0bdc12f2f9c469fd136ba60aac85d
parente8a7e593e6caf0d9ecaac24033bc886081949181
Make the AST interface a bit richer by returning whether an insertion caused
an insertion or not (because the pointer set already existed).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15064 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasSetTracker.h
lib/Analysis/AliasSetTracker.cpp