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