projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
297372c
)
Stop sucking
author
Chris Lattner
<sabre@nondot.org>
Fri, 13 Dec 2002 05:51:32 +0000
(
05:51
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 13 Dec 2002 05:51:32 +0000
(
05:51
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4992
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/ExecutionEngine/test-arith.ll
patch
|
blob
|
history
diff --git
a/test/ExecutionEngine/test-arith.ll
b/test/ExecutionEngine/test-arith.ll
index 3e6e27cd36c5b34f8e0ba4f9e427a9ec9bc8797f..5e2a43ceb4e6bcf5855ee155f23cd7f03017fcd6 100644
(file)
--- a/
test/ExecutionEngine/test-arith.ll
+++ b/
test/ExecutionEngine/test-arith.ll
@@
-1,7
+1,7
@@
int %main() {
%A = add sbyte 0, 12
- %B = sub sbyte %A,
%A
+ %B = sub sbyte %A,
1
%C = mul sbyte %B, %B
%D = div sbyte %C, %C
%E = rem sbyte %D, %D
@@
-9,7
+9,7
@@
int %main() {
%G = rem ubyte 6, 5
%A = add short 0, 12
- %B = sub short %A,
%A
+ %B = sub short %A,
1
%C = mul short %B, %B
%D = div short %C, %C
%E = rem short %D, %D
@@
-17,7
+17,7
@@
int %main() {
%G = rem uint 6, 5
%A = add int 0, 12
- %B = sub int %A,
%A
+ %B = sub int %A,
1
%C = mul int %B, %B
%D = div int %C, %C
%E = rem int %D, %D