mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix indentation of wrapped line for readability. No functional change.
llvm-svn: 157309
This commit is contained in:
parent
809a39bd54
commit
5161134794
@ -171,7 +171,7 @@ static unsigned determineREX(const MachineInstr &MI) {
|
||||
unsigned NumOps = Desc.getNumOperands();
|
||||
if (NumOps) {
|
||||
bool isTwoAddr = NumOps > 1 &&
|
||||
Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
|
||||
Desc.getOperandConstraint(1, MCOI::TIED_TO) != -1;
|
||||
|
||||
// If it accesses SPL, BPL, SIL, or DIL, then it requires a 0x40 REX prefix.
|
||||
unsigned i = isTwoAddr ? 1 : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user