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

Jim Laskey jlaskey at apple.com
Sun Jan 29 01:52:23 PST 2006



Changes in directory llvm/include/llvm/CodeGen:

MachineDebugInfo.h updated: 1.9 -> 1.10
---
Log message:

Remove extra qualifier.


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

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


Index: llvm/include/llvm/CodeGen/MachineDebugInfo.h
diff -u llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.9 llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.10
--- llvm/include/llvm/CodeGen/MachineDebugInfo.h:1.9	Fri Jan 27 09:20:54 2006
+++ llvm/include/llvm/CodeGen/MachineDebugInfo.h	Sun Jan 29 03:52:11 2006
@@ -296,7 +296,7 @@
   
   /// SetupCompileUnits - Set up the unique vector of compile units.
   ///
-  void MachineDebugInfo::SetupCompileUnits(Module &M);
+  void SetupCompileUnits(Module &M);
 
   /// getCompileUnits - Return a vector of debug compile units.
   ///






More information about the llvm-commits mailing list