[X86] Use MVT instead of EVT when the type is known to be simple. NFC
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.h
index a7ea21e52a82c5aa11a85adca2508a2f376c4cc2..714e6b1bd345b50c6bf6d351bafa84457aab88d3 100644 (file)
@@ -869,7 +869,7 @@ namespace llvm {
     /// register, not on the X87 floating point stack.
     bool isScalarFPTypeInSSEReg(EVT VT) const {
       return (VT == MVT::f64 && X86ScalarSSEf64) || // f64 is when SSE2
-      (VT == MVT::f32 && X86ScalarSSEf32);   // f32 is when SSE1
+             (VT == MVT::f32 && X86ScalarSSEf32);   // f32 is when SSE1
     }
 
     /// \brief Returns true if it is beneficial to convert a load of a constant