switch the constantexpr, target folder, and IRBuilder interfaces
authorChris Lattner <sabre@nondot.org>
Thu, 10 Feb 2011 07:01:55 +0000 (07:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 10 Feb 2011 07:01:55 +0000 (07:01 +0000)
commit81baf14fdfa29c22a08d609144c285169e23a247
treebba3c5900147b7575bf52c6f20cf84fc1a383b2b
parent7a6aa1a3919af8ece92702c36dc552d81be9151a
switch the constantexpr, target folder, and IRBuilder interfaces
for NSW/NUW binops to follow the pattern of exact binops.  This
allows someone to use Builder.CreateAdd(x, y, "tmp", MaybeNUW);

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125270 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Constants.h
include/llvm/Support/ConstantFolder.h
include/llvm/Support/IRBuilder.h
include/llvm/Support/TargetFolder.h
lib/VMCore/Constants.cpp