diff options
Diffstat (limited to 'clang')
| -rw-r--r-- | clang/lib/CodeGen/CodeGenAction.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 67945cdb901..5e939accdba 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/lib/CodeGen/CodeGenAction.cpp @@ -660,7 +660,7 @@ CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext)  #ifdef NDEBUG    // FIXME: change this to be controlled by a cc1 flag that the driver passes,    // on the model of --disable-free -  _VMContext->setDiscardValueNames(true); +  VMContext->setDiscardValueNames(true);  #endif  } | 

