Start moving TargetLowering away from using full MVTs and towards SimpleValueType...
[oota-llvm.git] / lib / Target / Alpha / AlphaISelLowering.cpp
index 0c50567287b37bcf72373a9c38a4a536a7a200b0..c8817b16965796ca61c4e601f06368ed9977df84 100644 (file)
@@ -168,7 +168,7 @@ AlphaTargetLowering::AlphaTargetLowering(TargetMachine &TM)
   computeRegisterProperties();
 }
 
-MVT AlphaTargetLowering::getSetCCResultType(MVT VT) const {
+MVT::SimpleValueType AlphaTargetLowering::getSetCCResultType(MVT VT) const {
   return MVT::i64;
 }