commit | ac9de036dc0e4065ee2c03419f11515a34ce505e | [log] [tgz] |
---|---|---|
author | Owen Anderson <resistor@mac.com> | Mon Aug 10 22:56:29 2009 +0000 |
committer | Owen Anderson <resistor@mac.com> | Mon Aug 10 22:56:29 2009 +0000 |
tree | fa8e46b304328a852135fef969e13d47e51196d0 | |
parent | 74c525e909b58b796ce5d7c9fd0fa9b48569ec42 [diff] [blame] |
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78610 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h index 379ced9..9a079d6 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.h
@@ -117,7 +117,7 @@ SmallSet<Instruction*, 8> CatchInfoFound; #endif - unsigned MakeReg(MVT VT); + unsigned MakeReg(EVT VT); /// isExportedInst - Return true if the specified value is an instruction /// exported from its block.