diff options
author | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2014-03-15 09:11:41 +0000 |
---|---|---|
committer | Patrik Hagglund <patrik.h.hagglund@ericsson.com> | 2014-03-15 09:11:41 +0000 |
commit | 8d09a6c674dbd379c981ee9a58aa41eb3e648361 (patch) | |
tree | 6ead5fa83db34d4c57fa87579622f250fae9f062 /llvm/utils/TableGen/CodeGenInstruction.h | |
parent | 36835568d87bcf1ca6a18e28221fe149015fa177 (diff) | |
download | bcm5719-llvm-8d09a6c674dbd379c981ee9a58aa41eb3e648361.tar.gz bcm5719-llvm-8d09a6c674dbd379c981ee9a58aa41eb3e648361.zip |
Replace ValueTypes.h with MachineValueType.h if possible.
Utilize the previous move of MVT to a separate header for all trivial
cases (that don't need any further restructuring).
Reviewed By: Tim Northover
llvm-svn: 204003
Diffstat (limited to 'llvm/utils/TableGen/CodeGenInstruction.h')
-rw-r--r-- | llvm/utils/TableGen/CodeGenInstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index bc578136c6a..00d89bf1037 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h @@ -15,7 +15,7 @@ #define CODEGEN_INSTRUCTION_H #include "llvm/ADT/StringRef.h" -#include "llvm/CodeGen/ValueTypes.h" +#include "llvm/CodeGen/MachineValueType.h" #include "llvm/Support/SourceMgr.h" #include <string> #include <utility> |