Add support for remove, fwrite, and fread
authorChris Lattner <sabre@nondot.org>
Tue, 24 Feb 2004 22:02:48 +0000 (22:02 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 24 Feb 2004 22:02:48 +0000 (22:02 +0000)
commitd561209a4794348290f384a11cf5b68c65cdccde
treef29c64bc05528cedf5db99dcd0da7ff90e6c1e2f
parent878be7dbe97d41d3405645279bdfb5e80751837e
Add support for remove, fwrite, and fread

Also fix problem where we didn't check to see if a node pointer was null.
Though fclose(null) doesn't make a lot of sense, 300.twolf does it.

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