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:
e5d8861
)
Select inline asm memory operands.
author
Chris Lattner
<sabre@nondot.org>
Fri, 24 Feb 2006 02:13:31 +0000
(
02:13
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 24 Feb 2006 02:13:31 +0000
(
02:13
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26349
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/DAGISelEmitter.cpp
patch
|
blob
|
history
diff --git
a/utils/TableGen/DAGISelEmitter.cpp
b/utils/TableGen/DAGISelEmitter.cpp
index cd3045d7308fbefae7c310aaf769447dab698e36..872f08cc3be9647b4e57f20d010657f765a6c9d5 100644
(file)
--- a/
utils/TableGen/DAGISelEmitter.cpp
+++ b/
utils/TableGen/DAGISelEmitter.cpp
@@
-2986,6
+2986,7
@@
void DAGISelEmitter::EmitInstructionSelector(std::ostream &OS) {
<< " // Select the flag operand.\n"
<< " if (Ops.back().getValueType() == MVT::Flag)\n"
<< " Select(Ops.back(), Ops.back());\n"
+ << " SelectInlineAsmMemoryOperands(Ops, *CurDAG);\n"
<< " std::vector<MVT::ValueType> VTs;\n"
<< " VTs.push_back(MVT::Other);\n"
<< " VTs.push_back(MVT::Flag);\n"