[Modules] Move the ConstantFolder into the IR library where it can
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 12:02:47 +0000 (12:02 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 12:02:47 +0000 (12:02 +0000)
commit9234e060659bec52046187e4123ceb784264036c
treeb7ff577d7ef88cbfbe2e7a4412a536bcbf4854b4
parentd90488f7e8160c136b2b40276e9b6c1c9c688332
[Modules] Move the ConstantFolder into the IR library where it can
reference the ConstantExpr implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202833 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/ConstantFolder.h [new file with mode: 0644]
include/llvm/IR/IRBuilder.h
include/llvm/Support/ConstantFolder.h [deleted file]