projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec381a4
)
Tidy up. Formatting.
author
Jim Grosbach
<grosbach@apple.com>
Tue, 15 Nov 2011 01:05:12 +0000
(
01:05
+0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/utils/TableGen/CodeGenInstruction.cpp
b/utils/TableGen/CodeGenInstruction.cpp
index d6515cade27146921005bb2a59b772f3ae262cb8..46e6591fdc91ae0924f3ee8f011c65673f9166f5 100644
(file)
--- 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) {