Have IRBuilder take a template argument on whether or not to preserve
authorEric Christopher <echristo@apple.com>
Fri, 8 Aug 2008 19:39:37 +0000 (19:39 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 8 Aug 2008 19:39:37 +0000 (19:39 +0000)
commit7a61d701c0870642e075e90b6a1ad03a8ac9bc67
treee0930f7b8a66648b8a93e802cd415f24bdf3891f
parentd9cc749318cc9ab4f36efe8a44201a72adbda2b2
Have IRBuilder take a template argument on whether or not to preserve
names. This can save a lot of allocations if you aren't going to be
looking at the output.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54546 91177308-0d34-0410-b5e6-96231b3b80d8
examples/BrainF/BrainF.cpp
examples/BrainF/BrainF.h
include/llvm-c/Core.h
include/llvm/Support/IRBuilder.h
lib/CodeGen/ShadowStackCollector.cpp
lib/Transforms/Scalar/SimplifyLibCalls.cpp
lib/VMCore/Core.cpp