OSDN Git Service

Move some constant folding functions into LLVMAnalysis since they are used
authorJohn Criswell <criswell@uiuc.edu>
Thu, 27 Oct 2005 16:00:10 +0000 (16:00 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Thu, 27 Oct 2005 16:00:10 +0000 (16:00 +0000)
commitbd9d37026a5c17d9a51371a6a5446bf4761ee7d6
tree4b3e2fefd6bc2d735f4e96c50164e81fce67bd4a
parenta11564335749cd259d8a1391be34c1abbe302c42
Move some constant folding functions into LLVMAnalysis since they are used
by Analysis and Transformation passes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24038 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/ConstantFolding.h [new file with mode: 0644]
include/llvm/Transforms/Utils/Local.h
lib/Analysis/ConstantFolding.cpp [new file with mode: 0644]