[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll

Reid Spencer reid at x10sys.com
Mon Jan 1 20:30:55 PST 2007



Changes in directory llvm/test/Regression/CodeGen/Alpha:

2005-07-12-TwoMallocCalls.ll updated: 1.4 -> 1.5
---
Log message:

Reverse last patch, committed by accident.


---
Diffs of the changes:  (+0 -2)

 2005-07-12-TwoMallocCalls.ll |    2 --
 1 files changed, 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.4 llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll:1.5
--- llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll:1.4	Mon Jan  1 22:19:32 2007
+++ llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll	Mon Jan  1 22:30:40 2007
@@ -1,8 +1,6 @@
 ; 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