1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Remove extraneous period.

llvm-svn: 227155
This commit is contained in:
Eric Christopher 2015-01-27 01:01:34 +00:00
parent a6800a9ac5
commit f90c632cee

View 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;