summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLLexer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/AsmParser/LLLexer.cpp')
-rw-r--r--lib/AsmParser/LLLexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AsmParser/LLLexer.cpp b/lib/AsmParser/LLLexer.cpp
index 6af0ab4c84..51e63a8971 100644
--- a/lib/AsmParser/LLLexer.cpp
+++ b/lib/AsmParser/LLLexer.cpp
@@ -501,7 +501,7 @@ int LLLexer::LexIdentifier() {
KEYWORD("inline", INLINE);
KEYWORD("always", ALWAYS);
KEYWORD("never", NEVER);
- KEYWORD("optimizeforsize", OPTIMIZEFORSIZE);
+ KEYWORD("opt_size", OPTIMIZEFORSIZE);
KEYWORD("type", TYPE);
KEYWORD("opaque", OPAQUE);