mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Unbreak the build
This commit is contained in:
parent
b17630c898
commit
2edefd0250
@ -23,6 +23,8 @@
|
||||
#include <vector>
|
||||
|
||||
namespace llvm {
|
||||
class PostDominatorTree;
|
||||
|
||||
class DomTreeUpdater {
|
||||
public:
|
||||
enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 };
|
||||
|
Loading…
Reference in New Issue
Block a user