merge of use-diet branch to trunk
authorGabor Greif <ggreif@gmail.com>
Sat, 10 May 2008 08:32:32 +0000 (08:32 +0000)
committerGabor Greif <ggreif@gmail.com>
Sat, 10 May 2008 08:32:32 +0000 (08:32 +0000)
commitefe65369a74871c3140a540a6c95ce5d1f080954
treebd2fa60ec2238187a780f4f72f8b77e892cb7e4d
parent4982babf4a2ae663ab841bd7f456078a306ad450
merge of use-diet branch to trunk

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50943 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
CREDITS.TXT
include/llvm/Constants.h
include/llvm/GlobalAlias.h
include/llvm/GlobalVariable.h
include/llvm/InstrTypes.h
include/llvm/Instruction.h
include/llvm/Instructions.h
include/llvm/OperandTraits.h [new file with mode: 0644]
include/llvm/Use.h
include/llvm/User.h
include/llvm/Value.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Reader/BitcodeReader.h
lib/VMCore/ConstantFold.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Globals.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Use.cpp [new file with mode: 0644]