diff options
Diffstat (limited to 'include/llvm/Use.h')
-rw-r--r-- | include/llvm/Use.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Use.h b/include/llvm/Use.h index 03afc24580..88b723bfc3 100644 --- a/include/llvm/Use.h +++ b/include/llvm/Use.h @@ -35,7 +35,7 @@ class Use { Value *Val; User *U; Use *Prev, *Next; - friend class ilist_traits<Use>; + friend struct ilist_traits<Use>; public: inline Use(Value *v, User *user); inline Use(const Use &u); |