MCInstFragment constructor should take by-reference MCInst.
The MCInst is immediately passed to the copy-constructor for local storage, so there's no need for the parameter itself to be by-value. llvm-svn: 162404
Loading
Please register or sign in to comment