summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-02-26 18:39:31 +0000
committerChad Rosier <mcrosier@apple.com>2013-02-26 18:39:31 +0000
commitd2686ffa56e4e737e256faab98b1d73b573da313 (patch)
tree406bf247c2ef1b41fe3921fb3f48a5d3db0ca37b
parentcf6848f112514039b330a7c49464f979b035ec31 (diff)
downloadbcm5719-llvm-d2686ffa56e4e737e256faab98b1d73b573da313.tar.gz
bcm5719-llvm-d2686ffa56e4e737e256faab98b1d73b573da313.zip
Remove a few unused arguments.
llvm-svn: 176109
-rw-r--r--llvm/test/CodeGen/X86/handle-move.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/handle-move.ll b/llvm/test/CodeGen/X86/handle-move.ll
index e9f7a962e20..ba96275569b 100644
--- a/llvm/test/CodeGen/X86/handle-move.ll
+++ b/llvm/test/CodeGen/X86/handle-move.ll
@@ -16,7 +16,7 @@
; DL: [0B,16r:0)[128r,144r:2)[144r,144d:1) 0@0B-phi 1@144r 2@128r
; --> [0B,16r:0)[128r,180r:2)[180r,180d:1) 0@0B-phi 1@180r 2@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@16r
; --> [16r,120r:0) 0@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
OpenPOWER on IntegriCloud