struct/class mismatch.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94075 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Benjamin Kramer 2010-01-21 15:40:14 +00:00
parent 82b5a30724
commit 629bff692a

View File

@ -167,7 +167,7 @@ namespace llvm {
};
friend class SCEVCallbackVH;
friend struct SCEVExpander;
friend class SCEVExpander;
/// F - The function we are analyzing.
///