[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)
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

llvm/lib/Transforms/Scalar/CMakeLists.txt
llvm/lib/Transforms/Scalar/LowerExpectIntrinsic.cpp [moved from llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp with 100% similarity]
llvm/lib/Transforms/Utils/CMakeLists.txt

index 3511bb1..1279e83 100644 (file)
@@ -23,6 +23,7 @@ add_llvm_library(LLVMScalarOpts
   LoopUnrollPass.cpp
   LoopUnswitch.cpp
   LowerAtomic.cpp
+  LowerExpectIntrinsic.cpp
   MemCpyOptimizer.cpp
   MergedLoadStoreMotion.cpp
   PartiallyInlineLibCalls.cpp
index 6ce22b1..a30eee3 100644 (file)
@@ -21,7 +21,6 @@ add_llvm_library(LLVMTransformUtils
   LoopSimplify.cpp
   LoopUnroll.cpp
   LoopUnrollRuntime.cpp
-  LowerExpectIntrinsic.cpp
   LowerInvoke.cpp
   LowerSwitch.cpp
   Mem2Reg.cpp