Ok, the assertion was bogus. Calls that do not read/write memory should not
authorChris Lattner <sabre@nondot.org>
Mon, 15 Mar 2004 06:28:07 +0000 (06:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Mar 2004 06:28:07 +0000 (06:28 +0000)
commitfcead4f4266d2e944fd3f8a82f24aed21c481eb5
treed90707f9dd1146698efe482e1c3dae03b101d359
parentdf209fcc7e04a474ad8d572e4c7e21ce1c944334
Ok, the assertion was bogus.  Calls that do not read/write memory should not
have an alias set, just like adds and subtracts don't.

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