MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the
authorDaniel Dunbar <daniel@zuster.org>
Wed, 10 Feb 2010 04:47:08 +0000 (04:47 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 10 Feb 2010 04:47:08 +0000 (04:47 +0000)
commit5d5a1e13a129e18ee6031fe6354acd2ab4d39f37
treed405b6583aeac3de3ed16f0dfc3fd037d22b2ed9
parent4c6e18aefebf88b5602458c186cd395e22011f0a
MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the
MCInst it came from.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95767 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCFixup.h
lib/MC/MCAsmStreamer.cpp
lib/Target/X86/X86CodeEmitter.cpp