[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

Chris Lattner lattner at cs.uiuc.edu
Mon Aug 2 13:16:31 PDT 2004



Changes in directory llvm/lib/Analysis/DataStructure:

Local.cpp updated: 1.109 -> 1.110

---
Log message:

Hide this option


---
Diffs of the changes:  (+1 -1)

Index: llvm/lib/Analysis/DataStructure/Local.cpp
diff -u llvm/lib/Analysis/DataStructure/Local.cpp:1.109 llvm/lib/Analysis/DataStructure/Local.cpp:1.110
--- llvm/lib/Analysis/DataStructure/Local.cpp:1.109	Wed Jul 21 15:50:33 2004
+++ llvm/lib/Analysis/DataStructure/Local.cpp	Mon Aug  2 15:16:21 2004
@@ -36,7 +36,7 @@
 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 {





More information about the llvm-commits mailing list