aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-02 04:30:40 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-02 04:30:40 +0000
commit627c73d13a82eca7f8c1f630bc5d6d462224f7e7 (patch)
tree591fa0c2784d56fbb6934c0620e1b75564893d44 /test
parent4265a08779068650a3724b7126f3f61ea95e7ac1 (diff)
downloadexternal_llvm-627c73d13a82eca7f8c1f630bc5d6d462224f7e7.zip
external_llvm-627c73d13a82eca7f8c1f630bc5d6d462224f7e7.tar.gz
external_llvm-627c73d13a82eca7f8c1f630bc5d6d462224f7e7.tar.bz2
Reverse last patch, committed by accident.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll b/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
index 7718d8f..1761d5d 100644
--- a/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
+++ b/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll
@@ -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)