[PM] Move the LowerExpectIntrinsic pass to the Scalar library.
authorChandler Carruth <chandlerc@gmail.com>
Sat, 24 Jan 2015 10:18:47 +0000 (10:18 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 24 Jan 2015 10:18:47 +0000 (10:18 +0000)
commit93647f18afb1ccf1a9b609b5db827b5f422b4d78
tree44222f370a6c3684825b9b74b8c790cf890e3ee7
parentd3198ce4bcc3ec64068d6508f2f08be97e6be83e
[PM] Move the LowerExpectIntrinsic pass to the Scalar library.

It was already in the Scalar header and referenced extensively as being
in this library, the source file was just in the utils directory for
some reason. No actual functionality changed. I noticed as it didn't
make sense to add a pass header to the utils headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226991 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/CMakeLists.txt
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp [new file with mode: 0644]
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/LowerExpectIntrinsic.cpp [deleted file]