llvm-6502/lib
Duncan P. N. Exon Smith a04d764104 DebugInfo: Hide isScopeRef() and isTypeRef() behind NDEBUG
The copies of these in `lib/IR/DebugInfo.cpp` are apparently [1] only
used in assertions now, so hide them behind `#ifndef NDEBUG`.

[1]: http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/9238

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233661 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-31 01:47:55 +00:00
..
Analysis
AsmParser Verifier: Move more debug info checks away from Verify() 2015-03-31 01:28:22 +00:00
Bitcode
CodeGen DebugInfo: Remove LexicalBlockFile scope/context distinction 2015-03-31 00:10:37 +00:00
DebugInfo
ExecutionEngine
Fuzzer Move lib/Fuzzer docs from a README.txt to a proper .rst file. 2015-03-30 23:05:30 +00:00
IR DebugInfo: Hide isScopeRef() and isTypeRef() behind NDEBUG 2015-03-31 01:47:55 +00:00
IRReader
LineEditor
Linker
LTO
MC Replace the MCSubtargetInfo parameter with a Triple when creating 2015-03-31 00:10:04 +00:00
Object
Option
Passes
ProfileData
Support
TableGen
Target [AArch64] Fix poor codegen for add immediate. 2015-03-31 00:31:13 +00:00
Transforms
CMakeLists.txt
LLVMBuild.txt
Makefile