diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2015-01-24 10:18:47 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2015-01-24 10:18:47 +0000 |
commit | 72793727cc7aa192e8e2b5b18776144543118af8 (patch) | |
tree | b17c6bab92f6b9519082d84ab6c8707341c8a27b /llvm/lib/Transforms/Utils/CMakeLists.txt | |
parent | 9e804b0a2ab632ba7de7f19f4130008c20e5d486 (diff) | |
download | bcm5719-llvm-72793727cc7aa192e8e2b5b18776144543118af8.tar.gz bcm5719-llvm-72793727cc7aa192e8e2b5b18776144543118af8.zip |
[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.
llvm-svn: 226991
Diffstat (limited to 'llvm/lib/Transforms/Utils/CMakeLists.txt')
-rw-r--r-- | llvm/lib/Transforms/Utils/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/CMakeLists.txt b/llvm/lib/Transforms/Utils/CMakeLists.txt index 6ce22b10182..a30eee35fbd 100644 --- a/llvm/lib/Transforms/Utils/CMakeLists.txt +++ b/llvm/lib/Transforms/Utils/CMakeLists.txt @@ -21,7 +21,6 @@ add_llvm_library(LLVMTransformUtils LoopSimplify.cpp LoopUnroll.cpp LoopUnrollRuntime.cpp - LowerExpectIntrinsic.cpp LowerInvoke.cpp LowerSwitch.cpp Mem2Reg.cpp |