Skip to content
Snippets Groups Projects
Commit af7ce3bf authored by Mehdi Amini's avatar Mehdi Amini
Browse files

Fix build: use -> with pointers and not .

Silly typo.

From: Mehdi Amini <mehdi.amini@apple.com>

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@263267 91177308-0d34-0410-b5e6-96231b3b80d8
parent d0eea119
No related branches found
No related tags found
No related merge requests found
...@@ -660,7 +660,7 @@ CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext) ...@@ -660,7 +660,7 @@ CodeGenAction::CodeGenAction(unsigned _Act, LLVMContext *_VMContext)
#ifdef NDEBUG #ifdef NDEBUG
// FIXME: change this to be controlled by a cc1 flag that the driver passes, // FIXME: change this to be controlled by a cc1 flag that the driver passes,
// on the model of --disable-free // on the model of --disable-free
_VMContext.setDiscardValueNames(true); _VMContext->setDiscardValueNames(true);
#endif #endif
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment