Take out the debug info probe stuff. It's making some changes to
authorEric Christopher <echristo@apple.com>
Fri, 23 Mar 2012 03:54:05 +0000 (03:54 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 23 Mar 2012 03:54:05 +0000 (03:54 +0000)
commit9e7e60952505da18c67b575b07237445cc673691
tree9a5a10ac2af8ae0db1b920f5783fbb1b9d52f0d2
parent8a618a29588b184bcf3ec05075e9faadf186f140
Take out the debug info probe stuff. It's making some changes to
the PassManager annoying and should be reimplemented as a decorator
on top of existing passes (as should the timing data).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153305 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfoProbe.h [deleted file]
lib/Analysis/LoopPass.cpp
lib/VMCore/DebugInfoProbe.cpp [deleted file]
lib/VMCore/PassManager.cpp