Refactor some code to expose an interface to constant fold and instruction given...
authorChris Lattner <sabre@nondot.org>
Sat, 27 May 2006 01:18:04 +0000 (01:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 May 2006 01:18:04 +0000 (01:18 +0000)
commit4b30fcb5f51a841d4ef2bb3ed0f29d4754aa9c46
treef85e32f3a6ab0353c03a5a32cebe8a09d6a052b0
parentb5a554ec808f511173ca978a0ae02fc91fd30c68
Refactor some code to expose an interface to constant fold and instruction given it's opcode, typeand operands.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28517 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/Local.cpp