Skip to content
Snippets Groups Projects
Commit 9fc5c814 authored by Craig Topper's avatar Craig Topper
Browse files

Fix indentation of wrapped line for readability. No functional change.

llvm-svn: 157309
parent 607d631d
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment