[llvm] r176109 - Remove a few unused arguments.

Chad Rosier mcrosier at apple.com
Tue Feb 26 10:39:31 PST 2013


Author: mcrosier
Date: Tue Feb 26 12:39:31 2013
New Revision: 176109

URL: http://llvm.org/viewvc/llvm-project?rev=176109&view=rev
Log:
Remove a few unused arguments.

Modified:
    llvm/trunk/test/CodeGen/X86/handle-move.ll

Modified: llvm/trunk/test/CodeGen/X86/handle-move.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/handle-move.ll?rev=176109&r1=176108&r2=176109&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/handle-move.ll (original)
+++ llvm/trunk/test/CodeGen/X86/handle-move.ll Tue Feb 26 12:39:31 2013
@@ -16,7 +16,7 @@
 ;       DL:     [0B,16r:0)[128r,144r:2)[144r,144d:1)  0 at 0B-phi 1 at 144r 2 at 128r
 ;         -->   [0B,16r:0)[128r,180r:2)[180r,180d:1)  0 at 0B-phi 1 at 180r 2 at 128r
 ;
-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 {
 entry:
   %y = add i32 %c, 1
   %x = udiv i32 %b, %a
@@ -50,7 +50,7 @@ entry:
 ;       %vreg5:         [16r,112r:0)  0 at 16r
 ;            -->        [16r,120r:0)  0 at 16r
 ;
-define i32 @f3(i32 %a, i32 %b, i32 %c, i32 %d) nounwind uwtable readnone ssp {
+define i32 @f3(i32 %a, i32 %b) nounwind uwtable readnone ssp {
 entry:
   %y = sub i32 %a, %b
   %x = add i32 %a, %b





More information about the llvm-commits mailing list