diff options
author | Davide Italiano <davide@freebsd.org> | 2015-10-23 00:17:40 +0000 |
---|---|---|
committer | Davide Italiano <davide@freebsd.org> | 2015-10-23 00:17:40 +0000 |
commit | fbb958c24b79be477c99c46049a507d3435dab14 (patch) | |
tree | 76ca307824004099514251b2927d30238dd666c3 /llvm/include | |
parent | 8826519e2af08b79944e187aadf11e7a92cbe039 (diff) | |
download | bcm5719-llvm-fbb958c24b79be477c99c46049a507d3435dab14.tar.gz bcm5719-llvm-fbb958c24b79be477c99c46049a507d3435dab14.zip |
[CodeGen] Remove usage of NDEBUG in header.
Moreover, this seems unused.
llvm-svn: 251081
Diffstat (limited to 'llvm/include')
-rw-r--r-- | llvm/include/llvm/CodeGen/FunctionLoweringInfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h b/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h index 21205a163f5..bd8da736c16 100644 --- a/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h +++ b/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h @@ -114,11 +114,6 @@ public: /// MBB - The current insert position inside the current block. MachineBasicBlock::iterator InsertPt; -#ifndef NDEBUG - SmallPtrSet<const Instruction *, 8> CatchInfoLost; - SmallPtrSet<const Instruction *, 8> CatchInfoFound; -#endif - struct LiveOutInfo { unsigned NumSignBits : 31; bool IsValid : 1; |