commit | 9a419f656e278b96e9dfe739cd63c7bff9a4e1fd | [log] [tgz] |
---|---|---|
author | Quentin Colombet <qcolombet@apple.com> | Tue Oct 30 16:32:52 2012 +0000 |
committer | Quentin Colombet <qcolombet@apple.com> | Tue Oct 30 16:32:52 2012 +0000 |
tree | 1a0b0791da616cf4941091deb4d7e941fe162b7e | |
parent | 446cf94cdbbc1f8e22452fc46664ac73d810c6a2 [diff] [blame] |
Change ForceSizeOpt attribute into MinSize attribute git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167020 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AsmParser/LLToken.h b/lib/AsmParser/LLToken.h index 6cffc52..036686d 100644 --- a/lib/AsmParser/LLToken.h +++ b/lib/AsmParser/LLToken.h
@@ -110,7 +110,7 @@ kw_naked, kw_nonlazybind, kw_address_safety, - kw_forcesizeopt, + kw_minsize, kw_type, kw_opaque,