Tidy up. Formatting.
authorJim Grosbach <grosbach@apple.com>
Tue, 15 Nov 2011 01:05:12 +0000 (01:05 +0000)
committerJim Grosbach <grosbach@apple.com>
Tue, 15 Nov 2011 01:05:12 +0000 (01:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144598 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/CodeGenInstruction.cpp

index d6515cade27146921005bb2a59b772f3ae262cb8..46e6591fdc91ae0924f3ee8f011c65673f9166f5 100644 (file)
@@ -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) {