Renamed intermediate values that used the same type and name as previous
values. All of these files should assemble now.
llvm-svn: 10239
diff --git a/llvm/test/Regression/ExecutionEngine/test-arith.ll b/llvm/test/Regression/ExecutionEngine/test-arith.ll
index 86512da..c3c9ad8 100644
--- a/llvm/test/Regression/ExecutionEngine/test-arith.ll
+++ b/llvm/test/Regression/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