VS2005 fix for MCAssembler.cpp

Dear llvm-dev,

The attached patch fixes the following error when building LLVM with VS2005:

lib\MC\MCAssembler.cpp(931) : error C2354: ‘llvm::MCSymbolData::Symbol’ : initialization of reference member requires a temporary variable

Best regards,
Victor

mcasm-vc2005.patch (625 Bytes)

Fixed in r80652, thanks.

- Daniel