mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-22 19:49:49 +00:00
Fix comment.
llvm-svn: 111996
This commit is contained in:
parent
6e1e480f13
commit
109fe5d8f8
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user