Ignore:
Timestamp:
Apr 19, 2011, 11:12:07 PM (14 years ago)
Author:
Yuri Dario
Message:

clamav: update trunk to 0.97.

Location:
clamav/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clamav/trunk

  • TabularUnified clamav/trunk/libclamav/c++/llvm/lib/CodeGen/BranchFolding.h

    r189 r319  
    103103    void RemoveBlocksWithHash(unsigned CurHash, MachineBasicBlock* SuccBB,
    104104                                                MachineBasicBlock* PredBB);
    105     unsigned CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB,
    106                                        unsigned maxCommonTailLength);
     105    bool CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB,
     106                                   unsigned maxCommonTailLength,
     107                                   unsigned &commonTailIndex);
    107108
    108109    bool OptimizeBranches(MachineFunction &MF);
Note: See TracChangeset for help on using the changeset viewer.