aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SplitKit.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/CodeGen/SplitKit.h')
-rw-r--r--lib/CodeGen/SplitKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SplitKit.h b/lib/CodeGen/SplitKit.h
index 8716ccbc4d..3d767720df 100644
--- a/lib/CodeGen/SplitKit.h
+++ b/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,