Add a new target independent COPY instruction and code to lower it.
[oota-llvm.git] / utils / TableGen / CodeGenTarget.cpp
index 72cea14ea6bf2cf238efa6864f2b04bd44767cb6..d8130fb36ddecd606df78002c6c2d4539271c2c0 100644 (file)
@@ -344,6 +344,7 @@ void CodeGenTarget::ComputeInstrsByEnum() const {
     "COPY_TO_REGCLASS",
     "DBG_VALUE",
     "REG_SEQUENCE",
+    "COPY",
     0
   };
   const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions();