mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 05:12:20 +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 {
|
||||
/// \brief Provide a typedef for IRBuilder that drops names in release builds.
|
||||
#ifndef NDEBUG
|
||||
typedef llvm::IRBuilderTy IRBuilderTy;
|
||||
typedef llvm::IRBuilder<> IRBuilderTy;
|
||||
#else
|
||||
typedef llvm::IRBuilder<false> IRBuilderTy;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user