[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
Reid Spencer
reid at x10sys.com
Mon Jan 1 20:19:47 PST 2007
Changes in directory llvm/test/Regression/CodeGen/Alpha:
2005-07-12-TwoMallocCalls.ll updated: 1.3 -> 1.4
---
Log message:
Fix this test case to be legal. There is no ubyte %tmp ever defined!
---
Diffs of the changes: (+2 -0)
2005-07-12-TwoMallocCalls.ll | 2 ++
1 files changed, 2 insertions(+)
Index: llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
diff -u llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll:1.3 llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll:1.4
--- llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll:1.3 Sat Dec 2 14:36:54 2006
+++ llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll Mon Jan 1 22:19:32 2007
@@ -1,6 +1,8 @@
; There should be exactly two calls here (memset and malloc), no more.
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | grep jsr | wc -l | grep 2
+%typedef.bc_struct = type i8
+
implementation ; Functions:
declare void %llvm.memset.i64(sbyte*, ubyte, ulong, uint)
More information about the llvm-commits
mailing list