diff options
Diffstat (limited to 'llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h')
| -rw-r--r-- | llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h b/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h index 3d1ffc97dfc..40bcb873e22 100644 --- a/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h +++ b/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h @@ -28,7 +28,7 @@ namespace llvm { std::map<int, std::map<int, int> > resourceNumPerCycle; //Check if all resources are free - bool resourcesFree(MSchedGraphSBNode*, int, int II); + bool resourcesFree(MSchedGraphSBNode*, int, int II); bool resourceAvailable(int resourceNum, int cycle); void useResource(int resourceNum, int cycle); |

