diff options
Diffstat (limited to 'llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp')
| -rw-r--r-- | llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp b/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp index 1aca2f9dc135..6a9e33ac515e 100644 --- a/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp +++ b/llvm/utils/TableGen/GlobalISel/GIMatchDagPredicate.cpp @@ -10,8 +10,8 @@ #include "llvm/TableGen/Record.h" -#include "GIMatchDagOperands.h" #include "../CodeGenInstruction.h" +#include "GIMatchDag.h" using namespace llvm; |
