[llvm-commits] CVS: llvm/lib/CodeGen/VirtRegMap.h

Misha Brukman brukman at cs.uiuc.edu
Thu Apr 21 15:34:04 PDT 2005



Changes in directory llvm/lib/CodeGen:

VirtRegMap.h updated: 1.17 -> 1.18
---
Log message:

Remove trailing whitespace


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

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


Index: llvm/lib/CodeGen/VirtRegMap.h
diff -u llvm/lib/CodeGen/VirtRegMap.h:1.17 llvm/lib/CodeGen/VirtRegMap.h:1.18
--- llvm/lib/CodeGen/VirtRegMap.h:1.17	Fri Oct  1 18:15:36 2004
+++ llvm/lib/CodeGen/VirtRegMap.h	Thu Apr 21 17:33:49 2005
@@ -48,7 +48,7 @@
     /// instructions, we need to know which virtual register was
     /// read/written by this instruction.
     MI2VirtMapTy MI2VirtMap;
-    
+
     VirtRegMap(const VirtRegMap&);     // DO NOT IMPLEMENT
     void operator=(const VirtRegMap&); // DO NOT IMPLEMENT
 






More information about the llvm-commits mailing list