[llvm] r176109 - Remove a few unused arguments.
Eric Christopher
echristo at gmail.com
Tue Feb 26 13:06:19 PST 2013
-define i32 @f1(i32 %a, i32 %b, i32 %c, i32 %d) nounwind uwtable readnone
> ssp {
> +define i32 @f1(i32 %a, i32 %b, i32 %c) nounwind uwtable readnone ssp {
>
>
Probably don't need uwtable and ssp either :)
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130226/88d2b3b2/attachment.html>
More information about the llvm-commits
mailing list