Fix comment.

llvm-svn: 111996
This commit is contained in:
Eric Christopher 2010-08-24 23:21:59 +00:00
parent 01579b20a6
commit 98f0ea6ade
1 changed files with 2 additions and 2 deletions

View File

@ -108,10 +108,10 @@ struct OperandsSignature {
else
return false;
// For now, require the register operands' register classes to all
// be the same.
// For now, this needs to be a register class of some sort.
if (!RC)
return false;
// For now, all the operands must have the same register class.
if (DstRC) {
if (DstRC != RC)