summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/StratifiedSets.h
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2016-07-06 00:36:12 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2016-07-06 00:36:12 +0000
commit1ca8affb24f5cf11766d64b601b008ac4c10f62d (patch)
tree64fbdee8673bd1aa87e0bc26b61bf46572857d8b /llvm/lib/Analysis/StratifiedSets.h
parenta362b09a81aa6c67943143a40596ccbb60d70364 (diff)
downloadbcm5719-llvm-1ca8affb24f5cf11766d64b601b008ac4c10f62d.tar.gz
bcm5719-llvm-1ca8affb24f5cf11766d64b601b008ac4c10f62d.zip
[CFLAA] Split the CFL graph out from CFLSteens. NFC.
Patch by Jia Chen. Differential Revision: http://reviews.llvm.org/D21963 llvm-svn: 274591
Diffstat (limited to 'llvm/lib/Analysis/StratifiedSets.h')
-rw-r--r--llvm/lib/Analysis/StratifiedSets.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/StratifiedSets.h b/llvm/lib/Analysis/StratifiedSets.h
index 45c317d4a82..b06027a1847 100644
--- a/llvm/lib/Analysis/StratifiedSets.h
+++ b/llvm/lib/Analysis/StratifiedSets.h
@@ -22,6 +22,7 @@
#include <vector>
namespace llvm {
+namespace cflaa {
/// An index into Stratified Sets.
typedef unsigned StratifiedIndex;
/// NOTE: ^ This can't be a short -- bootstrapping clang has a case where
@@ -644,4 +645,5 @@ private:
bool inbounds(StratifiedIndex N) const { return N < Links.size(); }
};
}
+}
#endif // LLVM_ADT_STRATIFIEDSETS_H
OpenPOWER on IntegriCloud