probinson marked an inline comment as done. ================ Comment at: test/CodeGenCXX/debug-info-nodebug.cpp:50 @@ -49,2 +49,3 @@ NODEBUG static int static_local = 6; + NODEBUG int normal_local = 7; } ---------------- const case removed. http://reviews.llvm.org/D19754