Manually create move the constructor/assignment for Instruction.
authorLei Zhang <antiagainst@google.com>
Tue, 9 Aug 2016 20:57:36 +0000 (16:57 -0400)
committerLei Zhang <antiagainst@google.com>
Tue, 9 Aug 2016 23:27:13 +0000 (19:27 -0400)
commit485f513a29058e3fecb05e41593d13204bb7c9e5
treef4edf6c83cf86a2ffd6435425cd69580f910f253
parent677ae7fbe8c0cb5843254eece121162ff558fc66
Manually create move the constructor/assignment for Instruction.

This is because some old visual studio versions (e.g., 2013) do
not support automatically generating move constructors/assignments.
source/opt/instruction.cpp
source/opt/instruction.h