summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLToken.h
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-22 17:33:31 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-22 17:33:31 +0000
commitdbf47836341087b7058187302fb980053ea08537 (patch)
treedf74f5c7064ce8796058e1c0332e7ee92e40fc38 /llvm/lib/AsmParser/LLToken.h
parent632aea92a57b5611cf54fc159cc3f77547a24ff7 (diff)
downloadbcm5719-llvm-dbf47836341087b7058187302fb980053ea08537.tar.gz
bcm5719-llvm-dbf47836341087b7058187302fb980053ea08537.zip
Add the "ForceSizeOpt" attribute.
Patch by Quentin Colombet <qcolombet@apple.com> Original description: """ The attached patch is the first step to have a better control on Oz related optimizations. The Oz optimization level focuses on code size, thus I propose to add an attribute called ForceSizeOpt. """ llvm-svn: 166422
Diffstat (limited to 'llvm/lib/AsmParser/LLToken.h')
-rw-r--r--llvm/lib/AsmParser/LLToken.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/AsmParser/LLToken.h b/llvm/lib/AsmParser/LLToken.h
index 0859f6a288f..ff6d68f0da4 100644
--- a/llvm/lib/AsmParser/LLToken.h
+++ b/llvm/lib/AsmParser/LLToken.h
@@ -109,6 +109,7 @@ namespace lltok {
kw_naked,
kw_nonlazybind,
kw_address_safety,
+ kw_forcesizeopt,
kw_type,
kw_opaque,
OpenPOWER on IntegriCloud