[llvm] r241174 - fix typos in comment; NFC

Sanjay Patel spatel at rotateright.com
Wed Jul 1 10:55:07 PDT 2015


Author: spatel
Date: Wed Jul  1 12:55:07 2015
New Revision: 241174

URL: http://llvm.org/viewvc/llvm-project?rev=241174&view=rev
Log:
fix typos in comment; NFC

Modified:
    llvm/trunk/lib/Target/X86/X86ISelLowering.h

Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.h?rev=241174&r1=241173&r2=241174&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.h (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.h Wed Jul  1 12:55:07 2015
@@ -642,9 +642,8 @@ namespace llvm {
     /// legal as the hook is used before type legalization.
     bool isSafeMemOpType(MVT VT) const override;
 
-    /// Returns true if the target allows
-    /// unaligned memory accesses. of the specified type. Returns whether it
-    /// is "fast" by reference in the second argument.
+    /// Returns true if the target allows unaligned memory accesses of the
+    /// specified type. Returns whether it is "fast" in the last argument.
     bool allowsMisalignedMemoryAccesses(EVT VT, unsigned AS, unsigned Align,
                                        bool *Fast) const override;
 





More information about the llvm-commits mailing list