[llvm] r227155 - Remove extraneous period.

Eric Christopher echristo at gmail.com
Mon Jan 26 17:01:34 PST 2015


Author: echristo
Date: Mon Jan 26 19:01:34 2015
New Revision: 227155

URL: http://llvm.org/viewvc/llvm-project?rev=227155&view=rev
Log:
Remove extraneous period.

Modified:
    llvm/trunk/include/llvm/Target/TargetLowering.h

Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=227155&r1=227154&r2=227155&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Mon Jan 26 19:01:34 2015
@@ -2684,7 +2684,7 @@ public:
   /// pointer.
   ///
   /// This should only be used for C_Register constraints.  On error, this
-  /// returns a register number of 0 and a null register class pointer..
+  /// returns a register number of 0 and a null register class pointer.
   virtual std::pair<unsigned, const TargetRegisterClass*>
     getRegForInlineAsmConstraint(const std::string &Constraint,
                                  MVT VT) const;





More information about the llvm-commits mailing list