projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28791dd
)
Hide this option
author
Chris Lattner
<sabre@nondot.org>
Mon, 2 Aug 2004 20:16:21 +0000
(20:16 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Analysis/DataStructure/Local.cpp
b/lib/Analysis/DataStructure/Local.cpp
index 34095a2015a2c42f8bd73b7636ec2c45de7d1842..34c56dc2ea709aceb7969b00514724128e73057d 100644
(file)
--- a/
lib/Analysis/DataStructure/Local.cpp
+++ b/
lib/Analysis/DataStructure/Local.cpp
@@
-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 {