The BLX instruction is encoded differently than the BL, because why not? In
[oota-llvm.git] / lib / Target / PowerPC / PPCAsmBackend.cpp
index de0ee4ebe9caf03c6a5dc334673fd647139d28c9..29598adfd43bd71a92446716dc24b77bcc495f6a 100644 (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");
     }