[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h LiveVariables.h MachineModuleInfo.h

Nick Lewycky nicholas at mxc.ca
Sun May 6 06:38:18 PDT 2007



Changes in directory llvm/include/llvm/CodeGen:

LiveIntervalAnalysis.h updated: 1.83 -> 1.84
LiveVariables.h updated: 1.44 -> 1.45
MachineModuleInfo.h updated: 1.10 -> 1.11
---
Log message:

Fix typo in comment.


---
Diffs of the changes:  (+3 -3)

 LiveIntervalAnalysis.h |    2 +-
 LiveVariables.h        |    2 +-
 MachineModuleInfo.h    |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff -u llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.83 llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.84
--- llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.83	Wed May  2 20:11:53 2007
+++ llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h	Sun May  6 08:37:16 2007
@@ -65,7 +65,7 @@
     BitVector JoinedLIs;
 
   public:
-    static char ID; // Pass identifcation, replacement for typeid
+    static char ID; // Pass identification, replacement for typeid
     LiveIntervals() : MachineFunctionPass((intptr_t)&ID) {}
 
     struct CopyRec {


Index: llvm/include/llvm/CodeGen/LiveVariables.h
diff -u llvm/include/llvm/CodeGen/LiveVariables.h:1.44 llvm/include/llvm/CodeGen/LiveVariables.h:1.45
--- llvm/include/llvm/CodeGen/LiveVariables.h:1.44	Wed May  2 20:11:53 2007
+++ llvm/include/llvm/CodeGen/LiveVariables.h	Sun May  6 08:37:16 2007
@@ -40,7 +40,7 @@
 
 class LiveVariables : public MachineFunctionPass {
 public:
-  static char ID; // Pass identifcation, replacement for typeid
+  static char ID; // Pass identification, replacement for typeid
   LiveVariables() : MachineFunctionPass((intptr_t)&ID) {}
 
   /// VarInfo - This represents the regions where a virtual register is live in


Index: llvm/include/llvm/CodeGen/MachineModuleInfo.h
diff -u llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.10 llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.11
--- llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.10	Wed May  2 20:11:53 2007
+++ llvm/include/llvm/CodeGen/MachineModuleInfo.h	Sun May  6 08:37:16 2007
@@ -1022,7 +1022,7 @@
   std::vector<GlobalVariable *> TypeInfos;
 
 public:
-  static char ID; // Pass identifcation, replacement for typeid
+  static char ID; // Pass identification, replacement for typeid
 
   MachineModuleInfo();
   ~MachineModuleInfo();






More information about the llvm-commits mailing list