mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix the build with GCC 4.8 after r356783
llvm-svn: 356875
This commit is contained in:
parent
203b009a81
commit
20250932e6
@ -665,7 +665,7 @@ template <class AliasAnalysisType> class ClobberWalker {
|
||||
struct generic_def_path_iterator
|
||||
: public iterator_facade_base<generic_def_path_iterator<T, Walker>,
|
||||
std::forward_iterator_tag, T *> {
|
||||
generic_def_path_iterator() = default;
|
||||
generic_def_path_iterator() {}
|
||||
generic_def_path_iterator(Walker *W, ListIndex N) : W(W), N(N) {}
|
||||
|
||||
T &operator*() const { return curNode(); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user