| commit | e00227248e8ead7b15fe8a7ac56e2a4e75742013 | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Fri Feb 13 20:05:32 2004 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Fri Feb 13 20:05:32 2004 +0000 |
| tree | 52b620f426636eeaf56faaedd84f848111440ff4 | |
| parent | de6a3816917aa0f16d5de0585a1629c0e586254b [diff] |
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. llvm-svn: 11390