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:
87d910e
)
Remove extraneous return.
author
Chad Rosier
<mcrosier@apple.com>
Mon, 3 Sep 2012 17:39:57 +0000
(17:39 +0000)
committer
Chad Rosier
<mcrosier@apple.com>
Mon, 3 Sep 2012 17:39:57 +0000
(17:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163119
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/AsmMatcherEmitter.cpp
b/utils/TableGen/AsmMatcherEmitter.cpp
index e4b3a4bf84dbf1f1c60346abc45d4627bda85e10..f3df4ecc97f6290899b5a1a014111fe9acfcca8b 100644
(file)
--- a/
utils/TableGen/AsmMatcherEmitter.cpp
+++ b/
utils/TableGen/AsmMatcherEmitter.cpp
@@
-1899,7
+1899,7
@@
static void emitConvertToMCInst(CodeGenTarget &Target, StringRef ClassName,
}
// Finish up the converter driver function.
- CvtOS << " }\n }\n
return;\n
}\n\n";
+ CvtOS << " }\n }\n}\n\n";
// Finish up the operand number lookup function.
OpOS << " }\n }\n return MCOperandNum;\n}\n\n";