diff options
Diffstat (limited to 'utils/TableGen/CodeGenTarget.cpp')
-rw-r--r-- | utils/TableGen/CodeGenTarget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/CodeGenTarget.cpp b/utils/TableGen/CodeGenTarget.cpp index 72cea14ea6..d8130fb36d 100644 --- a/utils/TableGen/CodeGenTarget.cpp +++ b/utils/TableGen/CodeGenTarget.cpp @@ -344,6 +344,7 @@ void CodeGenTarget::ComputeInstrsByEnum() const { "COPY_TO_REGCLASS", "DBG_VALUE", "REG_SEQUENCE", + "COPY", 0 }; const DenseMap<const Record*, CodeGenInstruction*> &Insts = getInstructions(); |