From f0431b0d42f05773b3e26affd300553653c3dce7 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 2 Aug 2004 20:16:21 +0000 Subject: [PATCH] Hide this option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15415 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Analysis/DataStructure/Local.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Analysis/DataStructure/Local.cpp b/lib/Analysis/DataStructure/Local.cpp index 34095a2015a..34c56dc2ea7 100644 --- a/lib/Analysis/DataStructure/Local.cpp +++ b/lib/Analysis/DataStructure/Local.cpp @@ -36,7 +36,7 @@ static RegisterAnalysis X("datastructure", "Local Data Structure Analysis"); static cl::opt -TrackIntegersAsPointers("dsa-track-integers", +TrackIntegersAsPointers("dsa-track-integers", cl::Hidden, cl::desc("If this is set, track integers as potential pointers")); namespace llvm {