Hide this option
authorChris Lattner <sabre@nondot.org>
Mon, 2 Aug 2004 20:16:21 +0000 (20:16 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 2 Aug 2004 20:16:21 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15415 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/DataStructure/Local.cpp

index 34095a2015a2c42f8bd73b7636ec2c45de7d1842..34c56dc2ea709aceb7969b00514724128e73057d 100644 (file)
@@ -36,7 +36,7 @@ static RegisterAnalysis<LocalDataStructures>
 X("datastructure", "Local Data Structure Analysis");
 
 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"));
 
 namespace llvm {