X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FMC%2FMCAsmInfoDarwin.h;h=af552de6e6903c6be85fd4e6108bdca7eb5ac278;hb=f43e3fdb4ffddff6f71b5597c813c43e1e206564;hp=f5e897d203d83bb1689c2389d70726bd4eec9430;hpb=c7b8814bb4f2e6052060d6118d3bc3b66f5c5b0b;p=oota-llvm.git diff --git a/include/llvm/MC/MCAsmInfoDarwin.h b/include/llvm/MC/MCAsmInfoDarwin.h index f5e897d203d..af552de6e69 100644 --- a/include/llvm/MC/MCAsmInfoDarwin.h +++ b/include/llvm/MC/MCAsmInfoDarwin.h @@ -18,13 +18,10 @@ #include "llvm/MC/MCAsmInfo.h" namespace llvm { - class GlobalValue; - class GlobalVariable; - class Type; - class Mangler; - - struct MCAsmInfoDarwin : public MCAsmInfo { - explicit MCAsmInfoDarwin(bool isLittleEndian); + class MCAsmInfoDarwin : public MCAsmInfo { + virtual void anchor(); + public: + explicit MCAsmInfoDarwin(); }; }