1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Avoid compiler errors when this header file is included first, by adding

a forward declaration of simplify_type<>.

llvm-svn: 124187
This commit is contained in:
Jay Foad 2011-01-25 14:33:33 +00:00
parent 76eef3df7e
commit 31729c4638

View File

@ -33,6 +33,8 @@ namespace llvm {
class Value;
class User;
class Use;
template<typename>
struct simplify_type;
// Use** is only 4-byte aligned.
template<>