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:
a92b7c3
)
Fix a problem jeffc noticed
author
Chris Lattner
<sabre@nondot.org>
Fri, 19 Aug 2005 06:16:04 +0000
(06:16 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 19 Aug 2005 06:16:04 +0000
(06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22903
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/CodeGenTarget.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/CodeGenTarget.cpp
b/utils/TableGen/CodeGenTarget.cpp
index da6bf8df29280af22a57e1144a823826a91be740..1f698c16d24c177133cc4611abd44f41ca490676 100644
(file)
--- a/
utils/TableGen/CodeGenTarget.cpp
+++ b/
utils/TableGen/CodeGenTarget.cpp
@@
-257,6
+257,7
@@
CodeGenInstruction::CodeGenInstruction(Record *R, const std::string &AsmStr)
NumOps = Rec->getValueAsInt("NumMIOperands");
} else if (Rec->getName() == "variable_ops") {
hasVariableNumberOfOperands = true;
+ continue;
} else
throw "Unknown operand class '" + Rec->getName() +
"' in instruction '" + R->getName() + "' instruction!";