OSDN Git Service

fix the varargs version of StructType::get to not require an LLVMContext, making...
authorChris Lattner <sabre@nondot.org>
Sat, 18 Jun 2011 22:48:56 +0000 (22:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Jun 2011 22:48:56 +0000 (22:48 +0000)
commitb2318662b6d2e6d9ea9917fd280dde0ba9a938ad
tree68fa7b164e186267795a98ba805b9ee2c7adcf40
parentea049181a020b233cfd8a33583e2784d590e1dcb
fix the varargs version of StructType::get to not require an LLVMContext, making usage
much cleaner.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133364 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DerivedTypes.h
lib/CodeGen/SjLjEHPrepare.cpp
lib/Transforms/Instrumentation/PathProfiling.cpp
lib/VMCore/Constants.cpp
lib/VMCore/Type.cpp
unittests/Support/TypeBuilderTest.cpp
utils/TableGen/IntrinsicEmitter.cpp