Add isBarrier to SDep
authorHal Finkel <hfinkel@anl.gov>
Thu, 12 Dec 2013 00:19:07 +0000 (00:19 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 12 Dec 2013 00:19:07 +0000 (00:19 +0000)
commitf15758b1d3b81f90a8c2b18c0487056d049d9bd9
tree824e908fe8393785f85a2f507f862573c20e789b
parentb0f8afd43c54b9b5cb39eb1740eb1fedc4e6471c
Add isBarrier to SDep

SDep had is* functions for the other kinds of order dependencies (isMustAlias,
isWeak, isArtificial, etc.), but not for barrier. Upcoming commits in the
PowerPC backend will make use of this function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197098 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ScheduleDAG.h