aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaChecking.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2013-03-15 15:02:37 +0000
committerNico Weber <nicolasweber@gmx.de>2013-03-15 15:02:37 +0000
commit7e0786f08e5e14776c8a46a0534c254b3fdc14fe (patch)
tree3609c8d6eeb8efb9cd21682284b9980d2e56dd48 /lib/Sema/SemaChecking.cpp
parent3af59ce065310fd3d0820a6e2644d4ca688be810 (diff)
Remove a pointless assertion.
FindNodeOrInsertPos() is called 10 lines earlier already, and the function early-returns there if the result is != 0. InsertPos isn't recomputed after that check, so this assert is always trivially true. (And it has nothing to do with if T is canonical or not.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177158 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaChecking.cpp')
0 files changed, 0 insertions, 0 deletions