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

Jim Laskey jlaskey at apple.com
Thu Feb 22 08:40:27 PST 2007



Changes in directory llvm/include/llvm/CodeGen:

MachineModuleInfo.h updated: 1.5 -> 1.6
---
Log message:

Typo.

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

 MachineModuleInfo.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/MachineModuleInfo.h
diff -u llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.5 llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.6
--- llvm/include/llvm/CodeGen/MachineModuleInfo.h:1.5	Wed Feb 21 16:38:31 2007
+++ llvm/include/llvm/CodeGen/MachineModuleInfo.h	Thu Feb 22 10:40:10 2007
@@ -1014,7 +1014,7 @@
   // in the current function.
   std::vector<LandingPadInfo> LandingPads;
   
-  // TypeInfos - List of C++ TypeInfo used in the currect function.
+  // TypeInfos - List of C++ TypeInfo used in the current function.
   //
   std::vector<GlobalVariable *> TypeInfos;
 






More information about the llvm-commits mailing list