diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-20 16:12:37 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-20 16:12:37 +0000 |
commit | ff095507e367186e89527adf322ae4e3851dcfbe (patch) | |
tree | 0265fcd05c4232b970421a3f31ad04337338a4dc /llvm/lib/CodeGen/SplitKit.h | |
parent | 3680f70c9d97be8e4b5ab5e4cff20281d0e43174 (diff) | |
download | bcm5719-llvm-ff095507e367186e89527adf322ae4e3851dcfbe.tar.gz bcm5719-llvm-ff095507e367186e89527adf322ae4e3851dcfbe.zip |
Appease the colonials.
llvm-svn: 108845
Diffstat (limited to 'llvm/lib/CodeGen/SplitKit.h')
-rw-r--r-- | llvm/lib/CodeGen/SplitKit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SplitKit.h b/llvm/lib/CodeGen/SplitKit.h index 8716ccbc4de..3d767720df0 100644 --- a/llvm/lib/CodeGen/SplitKit.h +++ b/llvm/lib/CodeGen/SplitKit.h @@ -47,7 +47,7 @@ class SplitAnalysis { LoopPtrSet usingLoops_; // Sumarize statistics by counting instructions using curli_. - void analyseUses(); + void analyzeUses(); public: SplitAnalysis(const MachineFunction *mf, const LiveIntervals *lis, |