1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Drop dead member reference

llvm-svn: 53308
This commit is contained in:
Anton Korobeynikov 2008-07-09 13:24:18 +00:00
parent 9f05fccb88
commit d30979695f

View File

@ -26,7 +26,6 @@ namespace llvm {
explicit X86TargetAsmInfo(const X86TargetMachine &TM);
virtual bool ExpandInlineAsm(CallInst *CI) const;
virtual std::string SectionForGlobal(const GlobalValue *GV) const;
private:
bool LowerToBSwap(CallInst *CI) const;