summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-07-27 05:53:44 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-07-27 05:53:44 +0000
commit33a030e36cdf5baed438434093869c2a7c087720 (patch)
treec498865cae3a8e3e50990bc9b6ffcc0442b5472c /llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h
parentf7100ad225c9d9c38f3ad57b48f2245a0930b5d8 (diff)
downloadbcm5719-llvm-33a030e36cdf5baed438434093869c2a7c087720.tar.gz
bcm5719-llvm-33a030e36cdf5baed438434093869c2a7c087720.zip
Eliminate tabs and trailing spaces.
llvm-svn: 22520
Diffstat (limited to 'llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h')
-rw-r--r--llvm/lib/Target/SparcV9/ModuloScheduling/MSScheduleSB.h2
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);
OpenPOWER on IntegriCloud