summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-11-15 01:05:12 +0000
committerJim Grosbach <grosbach@apple.com>2011-11-15 01:05:12 +0000
commit2a8cd57566dd0eb62831b4c7429e46947a52a879 (patch)
tree887582dad64a92302e0a0767bd4a61b536b8b3c7 /utils/TableGen/CodeGenInstruction.cpp
parentec381a4183f70122305f810c6b11b8f0e3bf83c0 (diff)
downloadllvm-2a8cd57566dd0eb62831b4c7429e46947a52a879.tar.gz
llvm-2a8cd57566dd0eb62831b4c7429e46947a52a879.tar.bz2
llvm-2a8cd57566dd0eb62831b4c7429e46947a52a879.tar.xz
Tidy up. Formatting.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144598 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.cpp')
-rw-r--r--utils/TableGen/CodeGenInstruction.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenInstruction.cpp b/utils/TableGen/CodeGenInstruction.cpp
index d6515cade2..46e6591fdc 100644
--- a/utils/TableGen/CodeGenInstruction.cpp
+++ b/utils/TableGen/CodeGenInstruction.cpp
@@ -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) {