diff options
author | Siddharth Bhat <siddu.druid@gmail.com> | 2017-05-10 17:27:48 +0000 |
---|---|---|
committer | Siddharth Bhat <siddu.druid@gmail.com> | 2017-05-10 17:27:48 +0000 |
commit | c47f039efde8690d27264fe41c5fa28d76c04053 (patch) | |
tree | 6aad090eedb6b2d9c655aa77f17695d373e303f5 /llvm/lib/Analysis/ModuleSummaryAnalysis.cpp | |
parent | 07f8c439b3b5b3eaa923af2e432f6d68028b9e89 (diff) | |
download | llvm-c47f039efde8690d27264fe41c5fa28d76c04053.zip llvm-c47f039efde8690d27264fe41c5fa28d76c04053.tar.gz llvm-c47f039efde8690d27264fe41c5fa28d76c04053.tar.bz2 |
[Fix] [Fortran Support] Fix variable name & make testcase activate on release
There was:
#ifdef NDEBUG
This should be:
#ifndef NDEBUG
Also, the variable name was incorrect. Fixed the variable name.
llvm-svn: 302696
Diffstat (limited to 'llvm/lib/Analysis/ModuleSummaryAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions