aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-02-09 17:29:18 +0000
committerEric Christopher <echristo@apple.com>2010-02-09 17:29:18 +0000
commitd2592ff69ba86d8d5da5b598429f373cb2842699 (patch)
tree73180c65a0c03cdba9005183760c276955f5137f /include/llvm/Transforms
parent4b42a1e40f82143baea033c41e448af5cf801a28 (diff)
downloadexternal_llvm-d2592ff69ba86d8d5da5b598429f373cb2842699.zip
external_llvm-d2592ff69ba86d8d5da5b598429f373cb2842699.tar.gz
external_llvm-d2592ff69ba86d8d5da5b598429f373cb2842699.tar.bz2
Pull these back out, they're a little too aggressive and time
consuming for a simple optimization. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95671 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/Scalar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index c24a12d..7159f86 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -336,12 +336,6 @@ FunctionPass *createSCCVNPass();
//
FunctionPass *createABCDPass();
-//===----------------------------------------------------------------------===//
-//
-// ObjSizeLowering - Lower Intrinsic::objsize
-//
-FunctionPass *createObjectSizeLoweringPass();
-
} // End llvm namespace
#endif