Add support for fopen/fclose. Specifically with fopen, we were marking all of the
authorChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 20:05:32 +0000 (20:05 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 Feb 2004 20:05:32 +0000 (20:05 +0000)
commit68300db6857189afef4febcab11ba3337930c86d
treeae1d6b780dd4a3c05fa18b3e59db56549d5d0ff5
parent4de473bc594deee7bfe9dee65184f6e8ae91bbbf
Add support for fopen/fclose.  Specifically with fopen, we were marking all of the
operands as incomplete, though fopen is known to only read them.  This just adds
fclose for symmetry, though it doesn't gain anything.  This makes the dsgraphs for
181.mcf much more precise.

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