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:
04b7dfb
)
80 columns.
author
Dan Gohman
<gohman@apple.com>
Tue, 19 Aug 2008 18:07:49 +0000
(18:07 +0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 19 Aug 2008 18:07:49 +0000
(18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54998
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/FastISelEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/FastISelEmitter.cpp
b/utils/TableGen/FastISelEmitter.cpp
index ae12201600059832afa88a951692c1c7334ca9ba..67dde85a3779da3eedc0b42356c26ef16128aac2 100644
(file)
--- a/
utils/TableGen/FastISelEmitter.cpp
+++ b/
utils/TableGen/FastISelEmitter.cpp
@@
-210,8
+210,10
@@
void FastISelEmitter::run(std::ostream &OS) {
// Ok, we found a pattern that we can handle. Remember it.
{
- InstructionMemo Memo = { Pattern.getDstPattern()->getOperator()->getName(),
- DstRC };
+ InstructionMemo Memo = {
+ Pattern.getDstPattern()->getOperator()->getName(),
+ DstRC
+ };
SimplePatterns[Operands][OpcodeName][VT] = Memo;
}