OSDN Git Service

Add a pass which prints out all the memdep dependencies.
authorDan Gohman <gohman@apple.com>
Thu, 16 Sep 2010 22:08:32 +0000 (22:08 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 16 Sep 2010 22:08:32 +0000 (22:08 +0000)
commitead0109f5bc010af837d0fa7c9bb2401b34fb29d
treec75734b3f9de25fa71bf071008ddfb05069a807c
parent1905a18abcb46e6a57eeaa291cd81fc669cedfd0
Add a pass which prints out all the memdep dependencies.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114121 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/Passes.h
include/llvm/LinkAllPasses.h
lib/Analysis/MemDepPrinter.cpp [new file with mode: 0644]