summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/BasicAA
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-11 18:17:12 +0000
committerDan Gohman <gohman@apple.com>2009-09-11 18:17:12 +0000
commit0f3ef7be5064d19c5ebe1979705838745bd51445 (patch)
treed067e61cb336dcb727f09c03979efe26bad612f5 /llvm/test/Analysis/BasicAA
parentfceb22ff3c89a0c0d144a9241bb57b86645489e1 (diff)
downloadbcm5719-llvm-0f3ef7be5064d19c5ebe1979705838745bd51445.tar.gz
bcm5719-llvm-0f3ef7be5064d19c5ebe1979705838745bd51445.zip
Eliminate more redundant llvm-as calls.
llvm-svn: 81540
Diffstat (limited to 'llvm/test/Analysis/BasicAA')
-rw-r--r--llvm/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll b/llvm/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
index cc10e4b81bf..85f53a6cda4 100644
--- a/llvm/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
+++ b/llvm/test/Analysis/BasicAA/2006-11-03-BasicAAVectorCrash.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -licm -disable-output
+; RUN: opt < %s -licm -disable-output
target datalayout = "E-p:32:32"
target triple = "powerpc-apple-darwin8.7.0"
OpenPOWER on IntegriCloud