Add a neat little two's complement hack for x86.
[oota-llvm.git] / test / CodeGen / X86 / divide-by-constant.ll
index 08e3272a37075495f98dffa52d7f844c9e7e7430..87c1be51f1ac32a2f74d5a399a739ccd4ca08f94 100644 (file)
@@ -40,7 +40,7 @@ entry:
        %div = sdiv i16 %x, 33          ; <i32> [#uses=1]
        ret i16 %div
 ; CHECK: test4:
-; CHECK: imull $1986, %eax, %eax 
+; CHECK: imull $1986, %eax, %
 }
 
 define i32 @test5(i32 %A) nounwind {