[llvm-commits] [llvm] r62150 - /llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h

Evan Cheng echeng at apple.com
Mon Jan 12 22:08:36 PST 2009


Thanks.

Evan
On Jan 12, 2009, at 10:05 PM, Owen Anderson wrote:

> Author: resistor
> Date: Tue Jan 13 00:05:10 2009
> New Revision: 62150
>
> URL: http://llvm.org/viewvc/llvm-project?rev=62150&view=rev
> Log:
> Fix fallout from r62144.  Evan, please double check this.
>
> Modified:
>    llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
>
> Modified: llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h?rev=62150&r1=62149&r2=62150&view=diff
>
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h (original)
> +++ llvm/trunk/include/llvm/CodeGen/LiveIntervalAnalysis.h Tue Jan  
> 13 00:05:10 2009
> @@ -391,6 +391,10 @@
>     /// computeNumbering - Compute the index numbering.
>     void computeNumbering();
>
> +    /// intervalIsInOneMBB - Returns true if the specified interval  
> is entirely
> +    /// within a single basic block.
> +    bool intervalIsInOneMBB(const LiveInterval &li) const;
> +
>   private:
>     /// computeIntervals - Compute live intervals.
>     void computeIntervals();
> @@ -462,10 +466,6 @@
>     bool anyKillInMBBAfterIdx(const LiveInterval &li, const VNInfo  
> *VNI,
>                               MachineBasicBlock *MBB, unsigned Idx)  
> const;
>
> -    /// intervalIsInOneMBB - Returns true if the specified interval  
> is entirely
> -    /// within a single basic block.
> -    bool intervalIsInOneMBB(const LiveInterval &li) const;
> -
>     /// hasAllocatableSuperReg - Return true if the specified  
> physical register
>     /// has any super register that's allocatable.
>     bool hasAllocatableSuperReg(unsigned Reg) const;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list