mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01: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:
parent
76eef3df7e
commit
31729c4638
@ -33,6 +33,8 @@ namespace llvm {
|
||||
class Value;
|
||||
class User;
|
||||
class Use;
|
||||
template<typename>
|
||||
struct simplify_type;
|
||||
|
||||
// Use** is only 4-byte aligned.
|
||||
template<>
|
||||
|
Loading…
Reference in New Issue
Block a user