MachineBasicBlock fields should not be public.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 1 Mar 2007 02:00:40 +0000 (02:00 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 1 Mar 2007 02:00:40 +0000 (02:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34766 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineBasicBlock.h

index 1cb6e0b5c3481b5e2995d1197ef3b7037a13bd64..d076046407f28613c0d562b38218fc1546b8fb0d 100644 (file)
@@ -58,7 +58,6 @@ public:
 class BasicBlock;
 
 class MachineBasicBlock {
-public:
   typedef ilist<MachineInstr> Instructions;
   Instructions Insts;
   MachineBasicBlock *Prev, *Next;