summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/test-arith.ll
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-11-26 14:45:37 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-11-26 14:45:37 +0000
commit1b4fb5a32c9c9b9573ae49d503c3c25bedb66d9d (patch)
tree595a276e5fb745e3399c1cdfb4d5059a2e16e25e /test/ExecutionEngine/test-arith.ll
parentf733073f96e54acbf082d7127839c71e61f37459 (diff)
downloadllvm-1b4fb5a32c9c9b9573ae49d503c3c25bedb66d9d.tar.gz
llvm-1b4fb5a32c9c9b9573ae49d503c3c25bedb66d9d.tar.bz2
llvm-1b4fb5a32c9c9b9573ae49d503c3c25bedb66d9d.tar.xz
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
Diffstat (limited to 'test/ExecutionEngine/test-arith.ll')
-rw-r--r--test/ExecutionEngine/test-arith.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/test-arith.ll b/test/ExecutionEngine/test-arith.ll
index 86512da4dc..c3c9ad8eba 100644
--- a/test/ExecutionEngine/test-arith.ll
+++ b/test/ExecutionEngine/test-arith.ll
@@ -21,7 +21,7 @@ int %main() {
%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