diff options
Diffstat (limited to 'contrib/llvm/utils/TableGen/DAGISelMatcher.h')
-rw-r--r-- | contrib/llvm/utils/TableGen/DAGISelMatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/utils/TableGen/DAGISelMatcher.h b/contrib/llvm/utils/TableGen/DAGISelMatcher.h index c672b0acac9f..ecc1f1dd094a 100644 --- a/contrib/llvm/utils/TableGen/DAGISelMatcher.h +++ b/contrib/llvm/utils/TableGen/DAGISelMatcher.h @@ -13,8 +13,8 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/SmallVector.h" #include "llvm/ADT/StringRef.h" -#include "llvm/CodeGen/MachineValueType.h" #include "llvm/Support/Casting.h" +#include "llvm/Support/MachineValueType.h" namespace llvm { struct CodeGenRegister; |