Remove extraneous period.
authorEric Christopher <echristo@gmail.com>
Tue, 27 Jan 2015 01:01:34 +0000 (01:01 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 27 Jan 2015 01:01:34 +0000 (01:01 +0000)
llvm-svn: 227155

llvm/include/llvm/Target/TargetLowering.h

index c5fed02..7943064 100644 (file)
@@ -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;