[llvm-commits] [llvm] r144598 - /llvm/trunk/utils/TableGen/CodeGenInstruction.cpp
Jim Grosbach
grosbach at apple.com
Mon Nov 14 17:05:12 PST 2011
Author: grosbach
Date: Mon Nov 14 19:05:12 2011
New Revision: 144598
URL: http://llvm.org/viewvc/llvm-project?rev=144598&view=rev
Log:
Tidy up. Formatting.
Modified:
llvm/trunk/utils/TableGen/CodeGenInstruction.cpp
Modified: llvm/trunk/utils/TableGen/CodeGenInstruction.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenInstruction.cpp?rev=144598&r1=144597&r2=144598&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenInstruction.cpp (original)
+++ llvm/trunk/utils/TableGen/CodeGenInstruction.cpp Mon Nov 14 19:05:12 2011
@@ -245,7 +245,7 @@
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) {
More information about the llvm-commits
mailing list