Select inline asm memory operands.
authorChris Lattner <sabre@nondot.org>
Fri, 24 Feb 2006 02:13:31 +0000 (02:13 +0000)
committerChris 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

index cd3045d7308fbefae7c310aaf769447dab698e36..872f08cc3be9647b4e57f20d010657f765a6c9d5 100644 (file)
@@ -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"