[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineBasicBlock.h
    Evan Cheng 
    evan.cheng at apple.com
       
    Wed Feb 28 18:00:57 PST 2007
    
    
  
Changes in directory llvm/include/llvm/CodeGen:
MachineBasicBlock.h updated: 1.60 -> 1.61
---
Log message:
MachineBasicBlock fields should not be public.
---
Diffs of the changes:  (+0 -1)
 MachineBasicBlock.h |    1 -
 1 files changed, 1 deletion(-)
Index: llvm/include/llvm/CodeGen/MachineBasicBlock.h
diff -u llvm/include/llvm/CodeGen/MachineBasicBlock.h:1.60 llvm/include/llvm/CodeGen/MachineBasicBlock.h:1.61
--- llvm/include/llvm/CodeGen/MachineBasicBlock.h:1.60	Thu Feb 22 10:39:03 2007
+++ llvm/include/llvm/CodeGen/MachineBasicBlock.h	Wed Feb 28 20:00:40 2007
@@ -58,7 +58,6 @@
 class BasicBlock;
 
 class MachineBasicBlock {
-public:
   typedef ilist<MachineInstr> Instructions;
   Instructions Insts;
   MachineBasicBlock *Prev, *Next;
    
    
More information about the llvm-commits
mailing list