From: Andrew Trick Date: Wed, 7 Mar 2012 23:00:54 +0000 (+0000) Subject: misched prep: remove extra "protected" X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=21c535579b7737f1f394d08881b3d99837207733;p=oota-llvm.git misched prep: remove extra "protected" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/ScheduleDAGInstrs.h b/lib/CodeGen/ScheduleDAGInstrs.h index ace97d8ff85..6dcc6585bc4 100644 --- a/lib/CodeGen/ScheduleDAGInstrs.h +++ b/lib/CodeGen/ScheduleDAGInstrs.h @@ -216,8 +216,6 @@ namespace llvm { /// LoopDependencies LoopRegs; - protected: - /// DbgValues - Remember instruction that preceeds DBG_VALUE. typedef std::vector > DbgValueVector;