[llvm-commits] [llvm] r152257 - /llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h

Andrew Trick atrick at apple.com
Wed Mar 7 15:00:55 PST 2012


Author: atrick
Date: Wed Mar  7 17:00:54 2012
New Revision: 152257

URL: http://llvm.org/viewvc/llvm-project?rev=152257&view=rev
Log:
misched prep: remove extra "protected"

Modified:
    llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h

Modified: llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h?rev=152257&r1=152256&r2=152257&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h (original)
+++ llvm/trunk/lib/CodeGen/ScheduleDAGInstrs.h Wed Mar  7 17:00:54 2012
@@ -216,8 +216,6 @@
     ///
     LoopDependencies LoopRegs;
 
-  protected:
-
     /// DbgValues - Remember instruction that preceeds DBG_VALUE.
     typedef std::vector<std::pair<MachineInstr *, MachineInstr *> >
       DbgValueVector;





More information about the llvm-commits mailing list