diff options
author | Chris Lattner <sabre@nondot.org> | 2006-08-27 22:41:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-08-27 22:41:58 +0000 |
commit | 21a82e6fc718b4a2cc0281a4a43477ba940d3586 (patch) | |
tree | 34d4845601ace0b440104f606346a2b53fe801b0 /test/Transforms/DSAnalysis/arraymerge.ll | |
parent | 3b2493e2a19ef7186023a3b3ccb66356a297de67 (diff) |
opt no longer reads .ll files. Run llvm-as explicitly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/DSAnalysis/arraymerge.ll')
-rw-r--r-- | test/Transforms/DSAnalysis/arraymerge.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/DSAnalysis/arraymerge.ll b/test/Transforms/DSAnalysis/arraymerge.ll index 30f458308e..da379ef9eb 100644 --- a/test/Transforms/DSAnalysis/arraymerge.ll +++ b/test/Transforms/DSAnalysis/arraymerge.ll @@ -2,7 +2,7 @@ ; folded completely away if possible. This is a very common case, so it should ; be efficient. ; -; RUN: opt -analyze %s -tddatastructure +; RUN: llvm-as < %s | opt -analyze -tddatastructure ; implementation |