From 1b4fb5a32c9c9b9573ae49d503c3c25bedb66d9d Mon Sep 17 00:00:00 2001 From: John Criswell Date: Wed, 26 Nov 2003 14:45:37 +0000 Subject: 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 --- test/ExecutionEngine/test-arith.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ExecutionEngine/test-arith.ll') 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 @@ 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 -- cgit v1.1