Push LLVMContext _back_ through IRBuilder.
authorOwen Anderson <resistor@mac.com>
Wed, 8 Jul 2009 20:50:47 +0000 (20:50 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 8 Jul 2009 20:50:47 +0000 (20:50 +0000)
commitd1fbd142945f5ef0c273c3d756431f8cb9d25ded
tree4abdf9a72e70b434f1c49869e066ff4e62d8c317
parent096e7280c2abceb4dcc119677c31a2055bc8ccde
Push LLVMContext _back_ through IRBuilder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75040 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
docs/tutorial/LangImpl3.html
docs/tutorial/LangImpl4.html
docs/tutorial/LangImpl5.html
docs/tutorial/LangImpl6.html
docs/tutorial/LangImpl7.html
examples/Kaleidoscope/toy.cpp
include/llvm/Analysis/ScalarEvolutionExpander.h
include/llvm/Support/IRBuilder.h
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/ShadowStackGC.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/VMCore/Core.cpp