diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-01-02 04:19:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-01-02 04:19:32 +0000 |
commit | 4265a08779068650a3724b7126f3f61ea95e7ac1 (patch) | |
tree | e8c57211899f82045588b06d3070d03a32213e0e | |
parent | 5fe31dc5202f05afcff9affec696e23fa90a62b0 (diff) |
Fix this test case to be legal. There is no ubyte %tmp ever defined!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32808 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll b/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll index 1761d5d0e7..7718d8f607 100644 --- a/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll +++ b/test/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll @@ -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) |