commit | 1b4fb5a32c9c9b9573ae49d503c3c25bedb66d9d | [log] [tgz] |
---|---|---|
author | John Criswell <criswell@uiuc.edu> | Wed Nov 26 14:45:37 2003 +0000 |
committer | John Criswell <criswell@uiuc.edu> | Wed Nov 26 14:45:37 2003 +0000 |
tree | 595a276e5fb745e3399c1cdfb4d5059a2e16e25e | |
parent | f733073f96e54acbf082d7127839c71e61f37459 [diff] [blame] |
Renamed intermediate values that used the same type and name as previous values. All of these files should assemble now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10239 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ExecutionEngine/test-arith.ll b/test/ExecutionEngine/test-arith.ll index 86512da..c3c9ad8 100644 --- a/test/ExecutionEngine/test-arith.ll +++ b/test/ExecutionEngine/test-arith.ll
@@ -21,7 +21,7 @@ %D = div int %C, %C %E = rem int %D, %D %F = div uint 5, 6 - %G = rem uint 6, 5 + %G1 = rem uint 6, 5 %A = add long 0, 12 %B = sub long %A, 1