[Trivial] Fixed class/struct mismatch.

This commit is contained in:
David Nadlinger
2013-10-13 21:22:10 +02:00
parent 00bb7f5c2e
commit 0954b2763a

View File

@@ -95,7 +95,7 @@ struct TYPE;
#endif
#if IN_LLVM
class IRState;
struct IRState;
namespace llvm
{
class Value;