mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-13 17:38:39 +00:00
Fix a silly search-and-replace goof with r177495 that only broke
non-release builds. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177498 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
05c6d0b16f
commit
fd060a94a4
@ -75,7 +75,7 @@ ForceSSAUpdater("force-ssa-updater", cl::init(false), cl::Hidden);
|
|||||||
namespace {
|
namespace {
|
||||||
/// \brief Provide a typedef for IRBuilder that drops names in release builds.
|
/// \brief Provide a typedef for IRBuilder that drops names in release builds.
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
typedef llvm::IRBuilderTy IRBuilderTy;
|
typedef llvm::IRBuilder<> IRBuilderTy;
|
||||||
#else
|
#else
|
||||||
typedef llvm::IRBuilder<false> IRBuilderTy;
|
typedef llvm::IRBuilder<false> IRBuilderTy;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user