Use a reference instead of making an unnecessary copy. Also use 'const'.
[oota-llvm.git] / lib / MC / MCInstrAnalysis.cpp
2013-05-24 Ahmed BougachaMC: Disassembled CFG reconstruction.
2011-09-19 Benjamin KramerMCInstrAnalysis: Don't crash on instructions with no...
2011-08-08 Benjamin KramerAdd MCInstrAnalysis class. This allows the targets...