[X86] Reflow comment. NFC.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 8 Jan 2015 17:49:48 +0000 (17:49 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Thu, 8 Jan 2015 17:49:48 +0000 (17:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225455 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index 9555dec9b8906462138b1cf7b9de34331098bb10..e99fd8f5088ea89cadb78f2b15208225fed4c7d5 100644 (file)
@@ -879,9 +879,10 @@ void X86TargetLowering::resetOperationActions() {
       setLoadExtAction(ISD::SEXTLOAD, InnerVT, VT, Expand);
       setLoadExtAction(ISD::ZEXTLOAD, InnerVT, VT, Expand);
 
-      // N.b. ISD::EXTLOAD legality is basically ignored except for i1-like types,
-      // we have to deal with them whether we ask for Expansion or not. Setting
-      // Expand causes its own optimisation problems though, so leave them legal.
+      // N.b. ISD::EXTLOAD legality is basically ignored except for i1-like
+      // types, we have to deal with them whether we ask for Expansion or not.
+      // Setting Expand causes its own optimisation problems though, so leave
+      // them legal.
       if (VT.getVectorElementType() == MVT::i1)
         setLoadExtAction(ISD::EXTLOAD, InnerVT, VT, Expand);
     }