Make addPred and removePred return void, since the return value is not
authorDan Gohman <gohman@apple.com>
Tue, 16 Dec 2008 01:00:55 +0000 (01:00 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 16 Dec 2008 01:00:55 +0000 (01:00 +0000)
commitffa391272bad598d73fd5404dadf3686b69f2a63
treeae71af83d63be69728263282eb15baffbacc0fe8
parent3ee7449f3973fa467388d66d27124da22f45df85
Make addPred and removePred return void, since the return value is not
currently used by anything.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61066 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ScheduleDAG.h
lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp