- Timestamp:
- Apr 19, 2011, 11:12:07 PM (14 years ago)
- Location:
- clamav/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
clamav/trunk ¶
-
Property svn:mergeinfo
set to
/clamav/vendor/0.97 merged eligible
-
Property svn:mergeinfo
set to
-
TabularUnified clamav/trunk/libclamav/c++/llvm/lib/CodeGen/BranchFolding.h ¶
r189 r319 103 103 void RemoveBlocksWithHash(unsigned CurHash, MachineBasicBlock* SuccBB, 104 104 MachineBasicBlock* PredBB); 105 unsigned CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, 106 unsigned maxCommonTailLength); 105 bool CreateCommonTailOnlyBlock(MachineBasicBlock *&PredBB, 106 unsigned maxCommonTailLength, 107 unsigned &commonTailIndex); 107 108 108 109 bool OptimizeBranches(MachineFunction &MF);
Note:
See TracChangeset
for help on using the changeset viewer.