Remove an incorrect comment.

llvm-svn: 52660
This commit is contained in:
Owen Anderson 2008-06-24 00:15:10 +00:00
parent c2ec2f20f9
commit 04bbf4b5b7
1 changed files with 0 additions and 2 deletions

View File

@ -173,8 +173,6 @@ namespace llvm {
/// where every function is composed of one thousand units. This
/// measure scales properly with empty index slots in the function.
unsigned getScaledIntervalSize(LiveInterval& I) const {
// Factor of 250 comes from 1000 units per function divided
// by four slots per instruction.
return (1000 / InstrSlots::NUM * I.getSize()) / i2miMap_.size();
}