diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 16:48:55 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-04-14 16:48:55 +0000 |
commit | c516c723b16ff41c2d6244c954b3d12cd86dff0d (patch) | |
tree | 902f1e0d443613a1f9f85ce182d2cdc1b3025baa /llvm/test/Integer/packed_struct_bt.ll | |
parent | 89956dc90fa80ace762ee438aae7d1c1f28b0839 (diff) | |
download | bcm5719-llvm-c516c723b16ff41c2d6244c954b3d12cd86dff0d.tar.gz bcm5719-llvm-c516c723b16ff41c2d6244c954b3d12cd86dff0d.zip |
For PR1319:
Changes necessary to run this with the "llvm.exp" version of llvm_runtest.
llvm-svn: 35995
Diffstat (limited to 'llvm/test/Integer/packed_struct_bt.ll')
-rw-r--r-- | llvm/test/Integer/packed_struct_bt.ll | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/test/Integer/packed_struct_bt.ll b/llvm/test/Integer/packed_struct_bt.ll index a2ccd1d06cd..fa806f38fe5 100644 --- a/llvm/test/Integer/packed_struct_bt.ll +++ b/llvm/test/Integer/packed_struct_bt.ll @@ -1,8 +1,9 @@ ; RUN: llvm-as < %s | llvm-dis > %t1.ll ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll -; RUN: diff %t1.ll %t2.ll && -; RUN: not grep cast %t2.ll && -; RUN: grep "<{" %t2.ll +; RUN: diff %t1.ll %t2.ll +; RUN: not grep cast %t2.ll +; RUN: grep '\<{' %t2.ll +; END. %struct.anon = type <{ i8, i35, i35, i35 }> @foos = external global %struct.anon |