X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fdivide-by-constant.ll;fp=test%2FCodeGen%2FX86%2Fdivide-by-constant.ll;h=21225e340826bca17f1104f61513b03cd13860e1;hb=d6cd0381f676a6eb27d8b3b2aed70eed5fcb439d;hp=98ae1d51db2101c29ebcf90b07a745bd0e7feb96;hpb=2161fd6114b99ab3cf371b4289beb130f591b4ef;p=oota-llvm.git diff --git a/test/CodeGen/X86/divide-by-constant.ll b/test/CodeGen/X86/divide-by-constant.ll index 98ae1d51db2..21225e34082 100644 --- a/test/CodeGen/X86/divide-by-constant.ll +++ b/test/CodeGen/X86/divide-by-constant.ll @@ -7,7 +7,7 @@ entry: %div = udiv i16 %x, 33 ret i16 %div ; CHECK-LABEL: test1: -; CHECK: imull $63551, %eax, %eax +; CHECK: imull $63551, %eax ; CHECK-NEXT: shrl $21, %eax ; CHECK-NEXT: ret } @@ -18,7 +18,7 @@ entry: ret i16 %div ; CHECK-LABEL: test2: -; CHECK: imull $43691, %eax, %eax +; CHECK: imull $43691, %eax ; CHECK-NEXT: shrl $17, %eax ; CHECK-NEXT: ret } @@ -30,7 +30,7 @@ entry: ; CHECK-LABEL: test3: ; CHECK: movzbl 8(%esp), %eax -; CHECK-NEXT: imull $171, %eax, %eax +; CHECK-NEXT: imull $171, %eax ; CHECK-NEXT: shrl $9, %eax ; CHECK-NEXT: ret } @@ -40,7 +40,7 @@ entry: %div = sdiv i16 %x, 33 ; [#uses=1] ret i16 %div ; CHECK-LABEL: test4: -; CHECK: imull $1986, %eax, % +; CHECK: imull $1986, %eax } define i32 @test5(i32 %A) nounwind {