Fix comment.

llvm-svn: 111996
This commit is contained in:
Eric Christopher 2010-08-24 23:21:59 +00:00
parent 6e1e480f13
commit 109fe5d8f8

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)