mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Tidy up. Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144598 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec381a4183
commit
2a8cd57566
@ -245,7 +245,7 @@ static void ParseConstraint(const std::string &CStr, CGIOperandList &Ops) {
|
||||
if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
|
||||
throw "Operand '" + DestOpName + "' cannot have multiple constraints!";
|
||||
Ops[DestOp.first].Constraints[DestOp.second] =
|
||||
CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
|
||||
CGIOperandList::ConstraintInfo::getTied(FlatOpNo);
|
||||
}
|
||||
|
||||
static void ParseConstraints(const std::string &CStr, CGIOperandList &Ops) {
|
||||
|
Loading…
Reference in New Issue
Block a user