[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
Reid Spencer
reid at x10sys.com
Sat Dec 2 12:37:08 PST 2006
Changes in directory llvm/test/Regression/CodeGen/Alpha:
2005-07-12-TwoMallocCalls.ll updated: 1.2 -> 1.3
---
Log message:
Upgrade intrinsic function calls manually.
---
Diffs of the changes: (+2 -2)
2005-07-12-TwoMallocCalls.ll | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
diff -u llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll:1.2 llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll:1.3
--- llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll:1.2 Fri Dec 1 22:23:08 2006
+++ llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll Sat Dec 2 14:36:54 2006
@@ -3,7 +3,7 @@
implementation ; Functions:
-declare void %llvm.memset(sbyte*, ubyte, ulong, uint)
+declare void %llvm.memset.i64(sbyte*, ubyte, ulong, uint)
bool %l12_l94_bc_divide_endif_2E_3_2E_ce(int* %tmp.71.reload, uint %scale2.1.3, uint %extra.0, %typedef.bc_struct* %n1, %typedef.bc_struct* %n2, int* %tmp.92.reload, uint %tmp.94.reload, int* %tmp.98.reload, uint %tmp.100.reload, sbyte** %tmp.112.out, uint* %tmp.157.out, sbyte** %tmp.158.out) {
newFuncRoot:
@@ -12,6 +12,6 @@
%tmp.123 = add uint %tmp.122, %tmp.100.reload ; <uint> [#uses=2]
%tmp.112 = malloc sbyte, uint %tmp.123 ; <sbyte*> [#uses=3]
%tmp.137 = cast uint %tmp.123 to ulong ; <ulong> [#uses=1]
- tail call void %llvm.memset( sbyte* %tmp.112, ubyte 0, ulong %tmp.137, uint 0 )
+ tail call void %llvm.memset.i64( sbyte* %tmp.112, ubyte 0, ulong %tmp.137, uint 0 )
ret bool true
}
More information about the llvm-commits
mailing list