From 28f4510b4cfbc782586cff47a282bd7b7996ca8b Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 27 Jan 2015 01:01:34 +0000 Subject: [PATCH] Remove extraneous period. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227155 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Target/TargetLowering.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1