Change ForceSizeOpt attribute into MinSize attribute
authorQuentin Colombet <qcolombet@apple.com>
Tue, 30 Oct 2012 16:32:52 +0000 (16:32 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Tue, 30 Oct 2012 16:32:52 +0000 (16:32 +0000)
commit9a419f656e278b96e9dfe739cd63c7bff9a4e1fd
tree1a0b0791da616cf4941091deb4d7e941fe162b7e
parent446cf94cdbbc1f8e22452fc46664ac73d810c6a2
Change ForceSizeOpt attribute into MinSize attribute

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167020 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Attributes.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/VMCore/Attributes.cpp
test/CodeGen/ARM/call-noret-forsize.ll [deleted file]
test/CodeGen/ARM/call-noret-minsize.ll [new file with mode: 0644]
test/Feature/forceoptsize_attr.ll [deleted file]
test/Feature/minsize_attr.ll [new file with mode: 0644]