Add edges between call instructions and (a) load/store instructions, and
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 28 Oct 2001 21:43:33 +0000 (21:43 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 28 Oct 2001 21:43:33 +0000 (21:43 +0000)
commita93bbac606cef2c5895a92b9630639d2209c16cf
tree85c396418be5bb1209e40c90bbde6c6fae617f37
parenta2a70946629ffaea6076cd57ef52845934e7a922
Add edges between call instructions and (a) load/store instructions, and
(b) any instructions that use or set CC registers.  Whether or not the
latter are needed really should be machine-dependent.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1008 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp