Hide this option

llvm-svn: 15415
This commit is contained in:
Chris Lattner 2004-08-02 20:16:21 +00:00
parent cd4f51b4b6
commit 7e36902bd9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ static RegisterAnalysis<LocalDataStructures>
X("datastructure", "Local Data Structure Analysis"); X("datastructure", "Local Data Structure Analysis");
static cl::opt<bool> static cl::opt<bool>
TrackIntegersAsPointers("dsa-track-integers", TrackIntegersAsPointers("dsa-track-integers", cl::Hidden,
cl::desc("If this is set, track integers as potential pointers")); cl::desc("If this is set, track integers as potential pointers"));
namespace llvm { namespace llvm {