mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Tidy up. Formatting.
llvm-svn: 144598
This commit is contained in:
parent
a68ade6ccc
commit
97cb1f6146
@ -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