summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ScalarRepl/union-packed.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 09:21:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 09:21:47 +0000
commita551c041f9fd7d009e8cd04a2045377e4857b4aa (patch)
treee3dcbce1a63e69dbf64d4d7c430a0fce02aeef9d /llvm/test/Transforms/ScalarRepl/union-packed.ll
parent5a576160bc36695b3289d27cac38006ccb1f2393 (diff)
downloadbcm5719-llvm-a551c041f9fd7d009e8cd04a2045377e4857b4aa.tar.gz
bcm5719-llvm-a551c041f9fd7d009e8cd04a2045377e4857b4aa.zip
For PR1319:
Upgrade to use new Tcl exec based test harness. This exposes 3 bugs that were previously not being reported: test/Transforms/GlobalDCE/2002-08-17-FunctionDGE.ll test/Transforms/GlobalOpt/memset.ll test/Transforms/IndVarsSimplify/exit_value_tests.llx llvm-svn: 36065
Diffstat (limited to 'llvm/test/Transforms/ScalarRepl/union-packed.ll')
-rw-r--r--llvm/test/Transforms/ScalarRepl/union-packed.ll6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/test/Transforms/ScalarRepl/union-packed.ll b/llvm/test/Transforms/ScalarRepl/union-packed.ll
index 0df6e3957f7..0985f0cd3b4 100644
--- a/llvm/test/Transforms/ScalarRepl/union-packed.ll
+++ b/llvm/test/Transforms/ScalarRepl/union-packed.ll
@@ -1,5 +1,7 @@
-; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca &&
-; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | grep 'bitcast'
+; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | \
+; RUN: not grep alloca
+; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | \
+; RUN: grep bitcast
target endian = little
OpenPOWER on IntegriCloud