X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FPowerPC%2FPPCAsmBackend.cpp;h=29598adfd43bd71a92446716dc24b77bcc495f6a;hb=09aa3f0ef35d9241c92439d74b8d5e9a81d814c2;hp=de0ee4ebe9caf03c6a5dc334673fd647139d28c9;hpb=36d76a8dbc87b62de82a4a8c0d7cb4bb2a202934;p=oota-llvm.git diff --git a/lib/Target/PowerPC/PPCAsmBackend.cpp b/lib/Target/PowerPC/PPCAsmBackend.cpp index de0ee4ebe9c..29598adfd43 100644 --- a/lib/Target/PowerPC/PPCAsmBackend.cpp +++ b/lib/Target/PowerPC/PPCAsmBackend.cpp @@ -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"); }