Separate out MVT in a separate header file: MachineValueType.h
authorPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Fri, 14 Mar 2014 13:41:09 +0000 (13:41 +0000)
committerPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Fri, 14 Mar 2014 13:41:09 +0000 (13:41 +0000)
commit0eba2c94fd92952234cb2fabff9b1be868cd7f5b
tree3fe5bf56d7ea9e15474016cfa8b6ad23df0c321b
parent0951eecae4ff281e8890651833d3835ed30b8531
Separate out MVT in a separate header file: MachineValueType.h

The idea behind this split of ValueTypes.h, is to make it easier to
ensure that stuff after type legalization only use MVT (rather than
EVT), by watching include dependencies.

Reviewed By: Tim Northover

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203926 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineValueType.h [new file with mode: 0644]
include/llvm/CodeGen/ValueTypes.h