No subject
matze at braunis.de
matze at braunis.de
Thu Aug 29 15:48:13 PDT 2013
>From dc6b7ad3f850b768ae98e9be3cae4476ae9dc2b6 Mon Sep 17 00:00:00 2001
Message-Id: <dc6b7ad3f850b768ae98e9be3cae4476ae9dc2b6.1377816463.git.matze at braunis.de>
In-Reply-To: <02d89dcc988d30d6b07e999ebfde0a81592c0dcb.1377816463.git.matze at braunis.de>
References: <02d89dcc988d30d6b07e999ebfde0a81592c0dcb.1377816463.git.matze at braunis.de>
From: Matthias Braun <matze at braunis.de>
Date: Mon, 26 Aug 2013 16:18:49 -0700
Subject: [PATCH 3/5] fix typo in comment
To: llvm-commits at cs.uiuc.edu
---
include/llvm/CodeGen/LiveInterval.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h
index 6361c35..0d27582 100644
--- a/include/llvm/CodeGen/LiveInterval.h
+++ b/include/llvm/CodeGen/LiveInterval.h
@@ -242,7 +242,7 @@ namespace llvm {
/// unused values.
void RenumberValues();
- /// MergeValueNumberInto - This method is called when two value nubmers
+ /// MergeValueNumberInto - This method is called when two value numbers
/// are found to be equivalent. This eliminates V1, replacing all
/// LiveRanges with the V1 value number with the V2 value number. This can
/// cause merging of V1/V2 values numbers and compaction of the value space.
--
1.8.3.4
More information about the llvm-commits
mailing list