Adding missing methods for creating Add, Mul, Neg and Sub with NUW.
authorDuncan Sands <baldrick@free.fr>
Tue, 2 Feb 2010 12:53:04 +0000 (12:53 +0000)
committerDuncan Sands <baldrick@free.fr>
Tue, 2 Feb 2010 12:53:04 +0000 (12:53 +0000)
commit8991d51ddcea31e198aff1fd01c05af2679ee8f8
tree09ee28307520a9d70966506f399eb0a0fa256335
parent769e2ad872538a203072ecdbb1ad9249a711a0d4
Adding missing methods for creating Add, Mul, Neg and Sub with NUW.

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