diff options
author | Philip Reames <listmail@philipreames.com> | 2016-12-01 04:37:09 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2016-12-01 04:37:09 +0000 |
commit | d6f7024ae3e8d302eb87b7844937f084431514f4 (patch) | |
tree | 0f1bc170738924eefa298c50f53de66b20e99216 /llvm/lib/Analysis/LazyValueInfo.cpp | |
parent | 10091b0ac27f9c5901b58e5869060b5e7d8bf016 (diff) | |
download | llvm-d6f7024ae3e8d302eb87b7844937f084431514f4.zip llvm-d6f7024ae3e8d302eb87b7844937f084431514f4.tar.gz llvm-d6f7024ae3e8d302eb87b7844937f084431514f4.tar.bz2 |
Test commit of whitespace to check permissions.
llvm-svn: 288311
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 508c9f8..4550fdb 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/lib/Analysis/LazyValueInfo.cpp @@ -202,6 +202,7 @@ public: return true; } + /// Merge the specified lattice value into this one, updating this /// one and returning true if anything changed. bool mergeIn(const LVILatticeVal &RHS, const DataLayout &DL) { |