]> granicus.if.org Git - clang/commit
Emit the 'alignstack' LLVM function attribute when we encounter a function
authorCharles Davis <cdavis@mines.edu>
Sat, 13 Feb 2010 15:54:06 +0000 (15:54 +0000)
committerCharles Davis <cdavis@mines.edu>
Sat, 13 Feb 2010 15:54:06 +0000 (15:54 +0000)
commit74f7293eb30bf77355c20a3c2cad7b67d8ce7388
tree339b7c83a006f72067f796140524acf83e38ba83
parentfd3194bedbaddadd21458e68ffe810b80d76b0b1
Emit the 'alignstack' LLVM function attribute when we encounter a function
marked 'force_align_arg_pointer'. Almost there; now all I need to do is finish
up the backend.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96100 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/function-attributes.c