1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

struct/class mismatch.

llvm-svn: 94075
This commit is contained in:
Benjamin Kramer 2010-01-21 15:40:14 +00:00
parent f14fd7ec69
commit 262bcb8d6e

View File

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