1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Unbreak the build

This commit is contained in:
Benjamin Kramer 2020-06-07 18:17:21 +02:00
parent b17630c898
commit 2edefd0250

View File

@ -23,6 +23,8 @@
#include <vector>
namespace llvm {
class PostDominatorTree;
class DomTreeUpdater {
public:
enum class UpdateStrategy : unsigned char { Eager = 0, Lazy = 1 };