Reverse last patch, committed by accident.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 2 Jan 2007 04:30:40 +0000 (04:30 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 2 Jan 2007 04:30:40 +0000 (04:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32809 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll

index 7718d8f6075c3262d5b6cb3195ae672819e34038..1761d5d0e75bf65d8fe64a58a6b227218efbe380 100644 (file)
@@ -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)