diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-11-15 01:05:12 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-11-15 01:05:12 +0000 |
commit | 7b03fbd25c1b0a0cbbe5d8bb694628850740fec1 (patch) | |
tree | f7b99b09895ee5139aec9a01b4c357cdc2416e2c /llvm/utils/TableGen/CodeGenInstruction.cpp | |
parent | 5f2899cbfade5d14de22586334decf390b2538f8 (diff) | |
download | bcm5719-llvm-7b03fbd25c1b0a0cbbe5d8bb694628850740fec1.tar.gz bcm5719-llvm-7b03fbd25c1b0a0cbbe5d8bb694628850740fec1.zip |
Tidy up. Formatting.
llvm-svn: 144598
Diffstat (limited to 'llvm/utils/TableGen/CodeGenInstruction.cpp')
-rw-r--r-- | llvm/utils/TableGen/CodeGenInstruction.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenInstruction.cpp b/llvm/utils/TableGen/CodeGenInstruction.cpp index d6515cade27..46e6591fdc9 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.cpp +++ b/llvm/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) { |