diff options
author | Tanya Lattner <tonic@nondot.org> | 2004-11-16 21:31:37 +0000 |
---|---|---|
committer | Tanya Lattner <tonic@nondot.org> | 2004-11-16 21:31:37 +0000 |
commit | ced8222405327adc74997d3cec3fa425095cd196 (patch) | |
tree | 247aadfedde77ea6abdf7497032957d3076e9654 /lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h | |
parent | bcb31d645de9ae96cb1c91901897b6b49f16ffb8 (diff) |
Added my own defMap. Only saving values that are not loop invariant. Fixed a couple of assertions that were triggered due to registers not being allocated. These both had to do with PHINodes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h')
-rw-r--r-- | lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h b/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h index a5036cc8d6..7f160968a0 100644 --- a/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h +++ b/lib/Target/SparcV9/ModuloScheduling/ModuloScheduling.h @@ -67,6 +67,7 @@ namespace llvm { int II; //Internal functions + void CreateDefMap(MachineBasicBlock *BI); bool MachineBBisValid(const MachineBasicBlock *BI); int calculateResMII(const MachineBasicBlock *BI); int calculateRecMII(MSchedGraph *graph, int MII); |