Remove the instruction fragment to data fragment lowering since it was causing

freed data to be read. I will open a bug to track it being reenabled.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121028 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Rafael Espindola
2010-12-06 19:08:48 +00:00
parent c76c59840b
commit 179821ac1f
8 changed files with 60 additions and 128 deletions

View File

@@ -64,7 +64,7 @@ namespace {
return Format;
}
void ApplyFixup(const MCFixup &Fixup, MCDataFragment &DF,
void ApplyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
uint64_t Value) const {
assert(0 && "UNIMP");
}