Enable multiply tests

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4505 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2002-11-02 20:28:47 +00:00
parent d04b51d447
commit bbe75fe78f

View File

@ -2,7 +2,7 @@
void %test() {
%A = add sbyte 0, 12
%B = sub sbyte %A, %A
;%C = mul sbyte %B, %B
%C = mul sbyte %B, %B
;%D = div sbyte %C, %C
;%E = rem sbyte %D, %D
;%F = div ubyte 5, 6
@ -10,7 +10,7 @@ void %test() {
%A = add short 0, 12
%B = sub short %A, %A
;%C = mul short %B, %B
%C = mul short %B, %B
;%D = div short %C, %C
;%E = rem short %D, %D
;%F = div ushort 5, 6
@ -18,7 +18,7 @@ void %test() {
%A = add int 0, 12
%B = sub int %A, %A
;%C = mul int %B, %B
%C = mul int %B, %B
;%D = div int %C, %C
;%E = rem int %D, %D
;%F = div uint 5, 6