summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineLICM.cpp
diff options
context:
space:
mode:
authorOwen Anderson <resistor@mac.com>2011-11-16 01:02:57 +0000
committerOwen Anderson <resistor@mac.com>2011-11-16 01:02:57 +0000
commitca2f78a95be675a98107292bee4a7578ab90f2a4 (patch)
treef9c6ecf015ed0f3bbb0d703af8325511dcdc68e3 /llvm/lib/CodeGen/MachineLICM.cpp
parent90c7a108ca6872cf025d4b6485c788d78c2a8504 (diff)
downloadbcm5719-llvm-ca2f78a95be675a98107292bee4a7578ab90f2a4.tar.gz
bcm5719-llvm-ca2f78a95be675a98107292bee4a7578ab90f2a4.zip
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
llvm-svn: 144747
Diffstat (limited to 'llvm/lib/CodeGen/MachineLICM.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineLICM.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineLICM.cpp b/llvm/lib/CodeGen/MachineLICM.cpp
index e756dedff47..e5e8c5117ba 100644
--- a/llvm/lib/CodeGen/MachineLICM.cpp
+++ b/llvm/lib/CodeGen/MachineLICM.cpp
@@ -670,7 +670,7 @@ MachineLICM::getRegisterClassIDAndCost(const MachineInstr *MI,
unsigned &RCId, unsigned &RCCost) const {
const TargetRegisterClass *RC = MRI->getRegClass(Reg);
EVT VT = *RC->vt_begin();
- if (VT == MVT::untyped) {
+ if (VT == MVT::Untyped) {
RCId = RC->getID();
RCCost = 1;
} else {
OpenPOWER on IntegriCloud