From: Eric Christopher Date: Tue, 27 Jan 2015 01:01:34 +0000 (+0000) Subject: Remove extraneous period. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=28f4510b4cfbc782586cff47a282bd7b7996ca8b;p=oota-llvm.git Remove extraneous period. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227155 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index c5fed02e17b..7943064caf6 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -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 getRegForInlineAsmConstraint(const std::string &Constraint, MVT VT) const;